friendshipkim commited on
Commit
fad6840
1 Parent(s): 0b85026

Add requriements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +75 -0
requirements.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.3.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ blis==0.7.9
7
+ catalogue==2.0.8
8
+ certifi==2022.12.7
9
+ charset-normalizer==2.1.1
10
+ click==8.1.3
11
+ confection==0.0.3
12
+ cymem==2.0.7
13
+ datasets==2.7.1
14
+ dill==0.3.6
15
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
16
+ einops==0.6.0
17
+ filelock==3.8.2
18
+ frozenlist==1.3.3
19
+ fsspec==2022.11.0
20
+ huggingface-hub==0.11.1
21
+ idna==3.4
22
+ Jinja2==3.1.2
23
+ joblib==1.2.0
24
+ langcodes==3.3.0
25
+ MarkupSafe==2.1.1
26
+ multidict==6.0.3
27
+ multiprocess==0.70.14
28
+ murmurhash==1.0.9
29
+ numpy==1.23.5
30
+ nvidia-cublas-cu11==11.10.3.66
31
+ nvidia-cuda-nvrtc-cu11==11.7.99
32
+ nvidia-cuda-runtime-cu11==11.7.99
33
+ nvidia-cudnn-cu11==8.5.0.96
34
+ packaging==22.0
35
+ pandas==1.5.2
36
+ pathy==0.10.1
37
+ Pillow==9.3.0
38
+ preshed==3.0.8
39
+ pyarrow==10.0.1
40
+ pydantic==1.10.2
41
+ python-dateutil==2.8.2
42
+ pytorch-lightning==1.8.5.post0
43
+ pytorch-metric-learning==1.6.3
44
+ pytz==2022.6
45
+ PyYAML==6.0
46
+ regex==2022.10.31
47
+ requests==2.28.1
48
+ responses==0.18.0
49
+ sacremoses==0.0.53
50
+ scikit-learn==1.2.0
51
+ scipy==1.9.3
52
+ six==1.16.0
53
+ smart-open==6.3.0
54
+ spacy==3.4.3
55
+ spacy-legacy==3.0.10
56
+ spacy-loggers==1.0.4
57
+ srsly==2.4.5
58
+ thinc==8.1.5
59
+ threadpoolctl==3.1.0
60
+ tokenizers==0.10.3
61
+ torch==1.13.0
62
+ torchvision==0.14.0
63
+ tqdm==4.64.1
64
+ transformers==4.14.1
65
+ typer==0.7.0
66
+ typing_extensions==4.4.0
67
+ urllib3==1.26.13
68
+ wasabi==0.10.1
69
+ xxhash==3.1.0
70
+ yarl==1.8.2
71
+ streamlit==1.20.0
72
+ streamlit-aggrid
73
+ st-annotated-text
74
+ --extra-index-url http://download.pytorch.org/whl/cu116
75
+ --trusted-host download.pytorch.org