Skip to content

Commit 12c2945

Browse files
committed
Initialize Project
0 parents  commit 12c2945

10 files changed

+122
-0
lines changed

env.yml

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
name: ppg
2+
channels:
3+
- pytorch
4+
- nvidia
5+
- defaults
6+
dependencies:
7+
- _libgcc_mutex=0.1=main
8+
- _openmp_mutex=4.5=1_gnu
9+
- blas=1.0=mkl
10+
- bzip2=1.0.8=h7b6447c_0
11+
- ca-certificates=2021.7.5=h06a4308_1
12+
- certifi=2021.5.30=py37h06a4308_0
13+
- cudatoolkit=11.1.74=h6bb024c_0
14+
- ffmpeg=4.3=hf484d3e_0
15+
- freetype=2.10.4=h5ab3b9f_0
16+
- gmp=6.2.1=h2531618_2
17+
- gnutls=3.6.15=he1e5248_0
18+
- intel-openmp=2021.3.0=h06a4308_3350
19+
- jpeg=9b=h024ee3a_2
20+
- lame=3.100=h7b6447c_0
21+
- lcms2=2.12=h3be6417_0
22+
- ld_impl_linux-64=2.35.1=h7274673_9
23+
- libffi=3.3=he6710b0_2
24+
- libgcc-ng=9.3.0=h5101ec6_17
25+
- libgomp=9.3.0=h5101ec6_17
26+
- libiconv=1.15=h63c8f33_5
27+
- libidn2=2.3.2=h7f8727e_0
28+
- libpng=1.6.37=hbc83047_0
29+
- libstdcxx-ng=9.3.0=hd4cf53a_17
30+
- libtasn1=4.16.0=h27cfd23_0
31+
- libtiff=4.2.0=h85742a9_0
32+
- libunistring=0.9.10=h27cfd23_0
33+
- libuv=1.40.0=h7b6447c_0
34+
- libwebp-base=1.2.0=h27cfd23_0
35+
- lz4-c=1.9.3=h295c915_1
36+
- mkl=2021.3.0=h06a4308_520
37+
- mkl-service=2.4.0=py37h7f8727e_0
38+
- mkl_fft=1.3.0=py37h42c9631_2
39+
- mkl_random=1.2.2=py37h51133e4_0
40+
- ncurses=6.2=he6710b0_1
41+
- nettle=3.7.3=hbbd107a_1
42+
- ninja=1.10.2=hff7bd54_1
43+
- numpy=1.20.3=py37hf144106_0
44+
- numpy-base=1.20.3=py37h74d4b33_0
45+
- olefile=0.46=py37_0
46+
- openh264=2.1.0=hd408876_0
47+
- openjpeg=2.4.0=h3ad879b_0
48+
- openssl=1.1.1l=h7f8727e_0
49+
- pillow=8.3.1=py37h2c7a002_0
50+
- pip=21.0.1=py37h06a4308_0
51+
- python=3.7.11=h12debd9_0
52+
- pytorch=1.9.1=py3.7_cuda11.1_cudnn8.0.5_0
53+
- readline=8.1=h27cfd23_0
54+
- setuptools=58.0.4=py37h06a4308_0
55+
- six=1.16.0=pyhd3eb1b0_0
56+
- sqlite=3.36.0=hc218d9a_0
57+
- tk=8.6.11=h1ccaba5_0
58+
- torchaudio=0.9.1=py37
59+
- torchvision=0.10.1=py37_cu111
60+
- typing_extensions=3.10.0.2=pyh06a4308_0
61+
- wheel=0.37.0=pyhd3eb1b0_1
62+
- xz=5.2.5=h7b6447c_0
63+
- zlib=1.2.11=h7b6447c_3
64+
- zstd=1.4.9=haebb681_0
65+
- pip:
66+
- absl-py==0.14.0
67+
- aiohttp==3.7.4.post0
68+
- async-timeout==3.0.1
69+
- attrs==21.2.0
70+
- cachetools==4.2.4
71+
- chardet==4.0.0
72+
- charset-normalizer==2.0.6
73+
- click==8.0.1
74+
- datasets==1.12.1
75+
- dill==0.3.4
76+
- filelock==3.2.0
77+
- fsspec==2021.9.0
78+
- future==0.18.2
79+
- google-auth==1.35.0
80+
- google-auth-oauthlib==0.4.6
81+
- grpcio==1.41.0
82+
- huggingface-hub==0.0.17
83+
- idna==3.2
84+
- importlib-metadata==4.8.1
85+
- joblib==1.0.1
86+
- markdown==3.3.4
87+
- metrics==0.3.3
88+
- multidict==5.1.0
89+
- multiprocess==0.70.12.2
90+
- oauthlib==3.1.1
91+
- packaging==21.0
92+
- pandas==1.3.3
93+
- pathlib2==2.3.6
94+
- pathspec==0.5.5
95+
- protobuf==3.18.0
96+
- pyarrow==5.0.0
97+
- pyasn1==0.4.8
98+
- pyasn1-modules==0.2.8
99+
- pydeprecate==0.3.1
100+
- pygments==2.2.0
101+
- pyparsing==2.4.7
102+
- python-dateutil==2.8.2
103+
- pytorch-lightning==1.4.9
104+
- pytz==2021.1
105+
- pyyaml==5.4.1
106+
- regex==2021.9.30
107+
- requests==2.26.0
108+
- requests-oauthlib==1.3.0
109+
- rsa==4.7.2
110+
- sacremoses==0.0.46
111+
- tensorboard==2.6.0
112+
- tensorboard-data-server==0.6.1
113+
- tensorboard-plugin-wit==1.8.0
114+
- tokenizers==0.10.3
115+
- torchmetrics==0.5.1
116+
- tqdm==4.62.3
117+
- transformers==4.11.2
118+
- urllib3==1.26.7
119+
- werkzeug==2.0.1
120+
- xxhash==2.0.2
121+
- yarl==1.6.3
122+
- zipp==3.6.0

paraphrasegen/model.py

Whitespace-only changes.

paraphrasegen/run.py

Whitespace-only changes.
Binary file not shown.

refs/2020 Xlnet.pdf

744 KB
Binary file not shown.

0 commit comments

Comments
 (0)