File size: 804 Bytes
3a246c9
 
 
 
 
 
 
2c21cf7
 
63202a2
2c21cf7
4d13673
 
63202a2
 
b5d0dc6
6485aff
9aa08d7
86b8b3a
1614427
c4c59ec
63202a2
c4c59ec
1ab3999
3a246c9
d5fc8b3
2c21cf7
3a246c9
6b6f157
3a246c9
9e3bc4f
e6f1c56
6b6f157
 
3a246c9
6b6f157
3a246c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "languagebench"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "fastapi>=0.115.8",
    "uvicorn>=0.34.0",
    "pandas>=2.2.3",
    "numpy>=2.1.2",
    "joblib>=1.4.2",
    "language-data>=1.3.0",
]

[project.optional-dependencies]
dev = [
    "aiolimiter>=1.1.0",
    "bert-score>=0.3.13",
    "datasets>=3.0.2",
    "elevenlabs>=1.53.0",
    "evaluate==0.4.0",
    "huggingface-hub>=0.29.1",
    "jiwer>=3.1.0",
    "joblib>=1.4.2",
    "langcodes>=3.5.0",
    "language-data>=1.3.0",
    "openai>=1.52.2",
    "protobuf>=5.28.3",
    "python-dotenv>=1.0.1",
    "rich>=14.0.0",
    "sacrebleu>=2.4.3",
    "sentencepiece>=0.2.0",
    "tiktoken>=0.8.0",
    "tqdm>=4.66.6",
    "transformers>=4.46.1",
]