steve7909 commited on
Commit
5467e87
2 Parent(s): 26fd6a5 b402126

Merge branch 'main' of https://huggingface.co/spaces/steve7909/EvaLingo

Browse files
Files changed (4) hide show
  1. .gitattributes +35 -0
  2. .gitignore +0 -1
  3. environment.yml +124 -0
  4. requirements.txt +45 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -1 +0,0 @@
1
- .env
 
 
environment.yml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: evalingo
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - annotated-types=0.6.0=py312hca03da5_0
7
+ - anyio=4.2.0=py312hca03da5_0
8
+ - blas=1.0=openblas
9
+ - bottleneck=1.3.7=py312ha86b861_0
10
+ - brotli-python=1.0.9=py312h313beb8_7
11
+ - bzip2=1.0.8=h80987f9_5
12
+ - ca-certificates=2024.3.11=hca03da5_0
13
+ - catalogue=2.0.10=py312hca03da5_0
14
+ - certifi=2024.2.2=py312hca03da5_0
15
+ - charset-normalizer=2.0.4=pyhd3eb1b0_0
16
+ - click=8.1.7=py312hca03da5_0
17
+ - cloudpathlib=0.16.0=py312hca03da5_1
18
+ - colorama=0.4.6=py312hca03da5_0
19
+ - confection=0.1.4=py312h989b03a_0
20
+ - cymem=2.0.6=py312h313beb8_0
21
+ - cython-blis=0.7.11=py312ha86b861_0
22
+ - distro=1.8.0=py312hca03da5_0
23
+ - expat=2.5.0=h313beb8_0
24
+ - h11=0.14.0=py312hca03da5_0
25
+ - httpcore=1.0.2=py312hca03da5_0
26
+ - httpx=0.26.0=py312hca03da5_0
27
+ - idna=3.4=py312hca03da5_0
28
+ - jinja2=3.1.3=py312hca03da5_0
29
+ - langcodes=3.3.0=pyhd3eb1b0_0
30
+ - libcxx=14.0.6=h848a8c0_0
31
+ - libffi=3.4.4=hca03da5_0
32
+ - libgfortran=5.0.0=11_3_0_hca03da5_28
33
+ - libgfortran5=11.3.0=h009349e_28
34
+ - libopenblas=0.3.21=h269037a_0
35
+ - llvm-openmp=14.0.6=hc6e5704_0
36
+ - markdown-it-py=2.2.0=py312hca03da5_1
37
+ - markupsafe=2.1.3=py312h80987f9_0
38
+ - mdurl=0.1.0=py312hca03da5_0
39
+ - murmurhash=1.0.7=py312h313beb8_0
40
+ - ncurses=6.4=h313beb8_0
41
+ - numexpr=2.8.7=py312h0f3ea24_0
42
+ - numpy=1.26.4=py312h7f4fdc5_0
43
+ - numpy-base=1.26.4=py312he047099_0
44
+ - openai=1.9.0=py312hca03da5_0
45
+ - openssl=3.2.1=h0d3ecfb_1
46
+ - packaging=23.2=py312hca03da5_0
47
+ - pandas=2.2.1=py312hd77ebd4_0
48
+ - pandas-stubs=2.1.4.231227=py312hca03da5_0
49
+ - pip=23.3.1=py312hca03da5_0
50
+ - preshed=3.0.6=py312h313beb8_0
51
+ - pydantic=2.5.3=py312hca03da5_0
52
+ - pydantic-core=2.14.6=py312hf0e4da2_0
53
+ - pygments=2.15.1=py312hca03da5_1
54
+ - pysocks=1.7.1=py312hca03da5_0
55
+ - python=3.12.2=h99e199e_0
56
+ - python-dateutil=2.8.2=pyhd3eb1b0_0
57
+ - python-dotenv=0.21.0=py312hca03da5_0
58
+ - python-tzdata=2023.3=pyhd3eb1b0_0
59
+ - pytz=2023.3.post1=py312hca03da5_0
60
+ - readline=8.2=h1a28f6b_0
61
+ - requests=2.31.0=py312hca03da5_1
62
+ - rich=13.3.5=py312hca03da5_1
63
+ - setuptools=68.2.2=py312hca03da5_0
64
+ - shellingham=1.5.0=py312hca03da5_0
65
+ - six=1.16.0=pyhd3eb1b0_1
66
+ - smart_open=5.2.1=py312hca03da5_0
67
+ - sniffio=1.3.0=py312hca03da5_0
68
+ - spacy=3.7.2=py312h6d20652_0
69
+ - spacy-legacy=3.0.12=py312hca03da5_0
70
+ - spacy-loggers=1.0.4=py312hca03da5_0
71
+ - sqlite=3.41.2=h80987f9_0
72
+ - srsly=2.4.8=py312h313beb8_1
73
+ - thinc=8.2.2=py312h6d20652_0
74
+ - tk=8.6.12=hb8d0fd4_0
75
+ - tqdm=4.65.0=py312h989b03a_0
76
+ - typer=0.9.0=py312hca03da5_0
77
+ - types-pytz=2022.4.0.0=py312hca03da5_1
78
+ - typing-extensions=4.9.0=py312hca03da5_1
79
+ - typing_extensions=4.9.0=py312hca03da5_1
80
+ - tzdata=2024a=h04d1e81_0
81
+ - urllib3=2.1.0=py312hca03da5_1
82
+ - wasabi=0.9.1=py312hca03da5_0
83
+ - weasel=0.3.4=py312hca03da5_0
84
+ - wheel=0.41.2=py312hca03da5_0
85
+ - xz=5.4.6=h80987f9_0
86
+ - zlib=1.2.13=h5a0b063_0
87
+ - pip:
88
+ - aiofiles==23.2.1
89
+ - altair==5.2.0
90
+ - attrs==23.2.0
91
+ - contourpy==1.2.0
92
+ - cycler==0.12.1
93
+ - fastapi==0.110.0
94
+ - ffmpy==0.3.2
95
+ - filelock==3.13.3
96
+ - fonttools==4.50.0
97
+ - fsspec==2024.3.1
98
+ - gradio==4.23.0
99
+ - gradio-client==0.14.0
100
+ - huggingface-hub==0.22.0
101
+ - importlib-resources==6.4.0
102
+ - ja-core-news-sm==3.7.0
103
+ - jsonschema==4.21.1
104
+ - jsonschema-specifications==2023.12.1
105
+ - kiwisolver==1.4.5
106
+ - matplotlib==3.8.3
107
+ - orjson==3.9.15
108
+ - pillow==10.2.0
109
+ - pydub==0.25.1
110
+ - pyparsing==3.1.2
111
+ - python-multipart==0.0.9
112
+ - pyyaml==6.0.1
113
+ - referencing==0.34.0
114
+ - rpds-py==0.18.0
115
+ - ruff==0.3.4
116
+ - semantic-version==2.10.0
117
+ - starlette==0.36.3
118
+ - sudachidict-core==20240109
119
+ - sudachipy==0.6.8
120
+ - tomlkit==0.12.0
121
+ - toolz==0.12.1
122
+ - uvicorn==0.29.0
123
+ - websockets==11.0.3
124
+ prefix: /opt/miniconda3/envs/evalingo
requirements.txt ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ attrs==23.2.0
4
+ bottleneck==1.3.7
5
+ brotli==1.0.9
6
+ fastapi==0.110.0
7
+ ffmpy==0.3.2
8
+ filelock==3.13.3
9
+ fonttools==4.50.0
10
+ gradio==4.23.0
11
+ h11==0.14.0
12
+ httpcore==1.0.2
13
+ httpx==0.26.0
14
+ huggingface-hub==0.22.0
15
+ idna==3.4
16
+ importlib-resources==6.4.0
17
+ jinja2==3.1.3
18
+ jsonschema==4.21.1
19
+ matplotlib==3.8.3
20
+ murmurhash==1.0.7
21
+ numpy==1.26.4
22
+ openai==1.9.0
23
+ orjson==3.9.15
24
+ packaging==23.2
25
+ pandas==2.2.1
26
+ pillow==10.2.0
27
+ pyparsing==3.1.2
28
+ pysocks==1.7.1
29
+ python-dateutil==2.8.2
30
+ pytz==2023.3.post1
31
+ pyyaml==6.0.1
32
+ requests==2.31.0
33
+ rich==13.3.5
34
+ sniffio==1.3.0
35
+ spacy==3.7.0
36
+ https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.7.0/ja_core_news_sm-3.7.0-py3-none-any.whl
37
+ starlette==0.36.3
38
+ thinc==8.2.2
39
+ tomlkit==0.12.0
40
+ tqdm==4.65.0
41
+ typer==0.9.0
42
+ typing-extensions==4.9.0
43
+ urllib3==2.1.0
44
+ uvicorn==0.29.0
45
+ websockets==11.0.3