Spaces:
Running
Running
Commit
·
f615065
1
Parent(s):
bccd176
Init commit
Browse files- models/ptb.biaffine.dep.lstm.char +3 -0
- models/ptb.biaffine.dep.roberta +3 -0
- requirements.txt +3 -0
models/ptb.biaffine.dep.lstm.char
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2900f4de0e2bf5a57abfb165b8183e7ae4195cbd06741d525a932cd45ff862e6
|
3 |
+
size 385968845
|
models/ptb.biaffine.dep.roberta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:513f9da6898dbd87128608d17f129e370da88f2863a706e9e40396a0a83c5a72
|
3 |
+
size 1434593708
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
supar==1.1.4
|
2 |
+
spacy==3.4.3
|
3 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1.tar.gz#egg=en_core_web_sm
|