jer233 commited on
Commit
b290274
·
verified ·
1 Parent(s): bf02ac7

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +67 -3
requirement.txt CHANGED
@@ -1,3 +1,67 @@
1
- transformers
2
- torch
3
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers==4.31.0
2
+ pytorch-transformers
3
+ python-dateutil==2.8.2
4
+ aiohttp==3.8.6
5
+ aiosignal==1.3.1
6
+ annotated-types==0.5.0
7
+ anyio==3.7.1
8
+ argparse==1.4.0
9
+ async-timeout==4.0.3
10
+ asynctest==0.13.0
11
+ attrs==23.2.0
12
+ boto3==1.33.13
13
+ botocore==1.33.13
14
+ cached-property==1.5.2
15
+ charset-normalizer==3.3.2
16
+ chardet
17
+ click==8.1.7
18
+ cycler==0.11.0
19
+ datasets
20
+ dill==0.3.6
21
+ distro==1.9.0
22
+ exceptiongroup==1.2.0
23
+ filelock==3.12.2
24
+ fonttools==4.38.0
25
+ frozenlist==1.3.3
26
+ fsspec==2023.5.0
27
+ h11==0.14.0
28
+ httpcore==0.17.3
29
+ httpx==0.24.1
30
+ huggingface-hub==0.24.0
31
+ idna==3.6
32
+ importlib-metadata==6.7.0
33
+ jmespath==1.0.1
34
+ joblib==1.3.2
35
+ kiwisolver==1.4.5
36
+ matplotlib==3.5.3
37
+ multidict==6.0.4
38
+ multiprocess==0.70.14
39
+ nltk==3.8.1
40
+ numpy
41
+ openai==1.7.2
42
+ packaging==23.2
43
+ pandas==1.3.5
44
+ pillow==9.5.0
45
+ pyarrow==12.0.1
46
+ pydantic==2.5.3
47
+ pyparsing==3.1.1
48
+ python-dateutil==2.8.2
49
+ pytz==2023.3.post1
50
+ pyyaml==6.0.1
51
+ regex==2023.12.25
52
+ requests==2.31.0
53
+ s3transfer==0.8.2
54
+ scikit-learn==1.0.2
55
+ scipy
56
+ sentencepiece==0.1.99
57
+ six==1.16.0
58
+ sniffio==1.3.0
59
+ threadpoolctl==3.1.0
60
+ tokenizers==0.13.3
61
+ tqdm==4.66.1
62
+ typing-extensions
63
+ urllib3==1.26.18
64
+ xxhash==3.4.1
65
+ yarl==1.9.4
66
+ zipp==3.15.0
67
+ accelerate