tommasobaldi commited on
Commit
edce3dc
·
1 Parent(s): fbe3ac9

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +55 -7
requirements.txt CHANGED
@@ -1,7 +1,55 @@
1
- datasets=2.4.0
2
- transformers=4.21.0
3
- evaluate=0.2.2
4
- rouge-score=0.1.2
5
- tqdm=4.64.0
6
- torch=1.12.0
7
- pandas=1.4.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ attrs==22.1.0
3
+ blinker==1.5
4
+ cachetools==5.2.0
5
+ certifi==2022.6.15
6
+ charset-normalizer==2.1.1
7
+ click==8.1.3
8
+ commonmark==0.9.1
9
+ decorator==5.1.1
10
+ entrypoints==0.4
11
+ filelock==3.8.0
12
+ gitdb==4.0.9
13
+ GitPython==3.1.27
14
+ huggingface-hub==0.9.1
15
+ idna==3.3
16
+ importlib-metadata==4.12.0
17
+ Jinja2==3.1.2
18
+ joblib==1.1.0
19
+ jsonschema==4.14.0
20
+ MarkupSafe==2.1.1
21
+ nltk==3.7
22
+ numpy==1.23.2
23
+ packaging==21.3
24
+ pandas==1.4.3
25
+ Pillow==9.2.0
26
+ protobuf==3.20.1
27
+ pyarrow==9.0.0
28
+ pydeck==0.7.1
29
+ Pygments==2.13.0
30
+ Pympler==1.0.1
31
+ pyparsing==3.0.9
32
+ pyrsistent==0.18.1
33
+ python-dateutil==2.8.2
34
+ pytz==2022.2.1
35
+ pytz-deprecation-shim==0.1.0.post0
36
+ PyYAML==6.0
37
+ regex==2022.8.17
38
+ requests==2.28.1
39
+ rich==12.5.1
40
+ semver==2.13.0
41
+ six==1.16.0
42
+ smmap==5.0.0
43
+ streamlit==1.12.2
44
+ tokenizers==0.12.1
45
+ toml==0.10.2
46
+ toolz==0.12.0
47
+ tornado==6.2
48
+ tqdm==4.64.0
49
+ transformers==4.21.2
50
+ typing_extensions==4.3.0
51
+ tzdata==2022.2
52
+ tzlocal==4.2
53
+ urllib3==1.26.12
54
+ validators==0.20.0
55
+ zipp==3.8.1