Update spaCy pipeline
Browse files- README.md +2 -2
- config.cfg +2 -2
- de_test_pipeline-any-py3-none-any.whl +2 -2
- meta.json +2 -2
- spancat/cfg +3 -1
- spancat/model +1 -1
- tok2vec/model +1 -1
README.md
CHANGED
@@ -14,13 +14,13 @@ A test pipeline for ModelManager testing purposes
|
|
14 |
| --- | --- |
|
15 |
| **Name** | `de_test_pipeline` |
|
16 |
| **Version** | `0.1.1` |
|
17 |
-
| **spaCy** | `>=3.5.
|
18 |
| **Default Pipeline** | `tok2vec`, `spancat` |
|
19 |
| **Components** | `tok2vec`, `spancat` |
|
20 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
21 |
| **Sources** | n/a |
|
22 |
| **License** | `MIT` |
|
23 |
-
| **Author** | [Inga Ulusoy](https://github.com/ssciwr/moralization) |
|
24 |
|
25 |
### Label Scheme
|
26 |
|
|
|
14 |
| --- | --- |
|
15 |
| **Name** | `de_test_pipeline` |
|
16 |
| **Version** | `0.1.1` |
|
17 |
+
| **spaCy** | `>=3.5.1,<3.6.0` |
|
18 |
| **Default Pipeline** | `tok2vec`, `spancat` |
|
19 |
| **Components** | `tok2vec`, `spancat` |
|
20 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
21 |
| **Sources** | n/a |
|
22 |
| **License** | `MIT` |
|
23 |
+
| **Author** | [Inga Ulusoy ](https://github.com/ssciwr/moralization) |
|
24 |
|
25 |
### Label Scheme
|
26 |
|
config.cfg
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[paths]
|
2 |
-
train = "/
|
3 |
-
dev = "/
|
4 |
vectors = null
|
5 |
init_tok2vec = null
|
6 |
|
|
|
1 |
[paths]
|
2 |
+
train = "/content/my_model/data/train.spacy"
|
3 |
+
dev = "/content/my_model/data/dev.spacy"
|
4 |
vectors = null
|
5 |
init_tok2vec = null
|
6 |
|
de_test_pipeline-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53678fd29db821796dcfb28561da50f82915e42ecc8b8a91f032200ed8758926
|
3 |
+
size 6092319
|
meta.json
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
"name":"test_pipeline",
|
4 |
"version":"0.1.1",
|
5 |
"description":"A test pipeline for ModelManager testing purposes",
|
6 |
-
"author":"Inga Ulusoy",
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://github.com/ssciwr/moralization",
|
9 |
"license":"MIT",
|
10 |
-
"spacy_version":">=3.5.
|
11 |
"spacy_git_version":"Unknown",
|
12 |
"vectors":{
|
13 |
"width":0,
|
|
|
3 |
"name":"test_pipeline",
|
4 |
"version":"0.1.1",
|
5 |
"description":"A test pipeline for ModelManager testing purposes",
|
6 |
+
"author":"Inga Ulusoy ",
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://github.com/ssciwr/moralization",
|
9 |
"license":"MIT",
|
10 |
+
"spacy_version":">=3.5.1,<3.6.0",
|
11 |
"spacy_git_version":"Unknown",
|
12 |
"vectors":{
|
13 |
"width":0,
|
spancat/cfg
CHANGED
@@ -27,5 +27,7 @@
|
|
27 |
],
|
28 |
"spans_key":"sc",
|
29 |
"threshold":0.5,
|
30 |
-
"max_positive":null
|
|
|
|
|
31 |
}
|
|
|
27 |
],
|
28 |
"spans_key":"sc",
|
29 |
"threshold":0.5,
|
30 |
+
"max_positive":null,
|
31 |
+
"negative_weight":null,
|
32 |
+
"allow_overlap":true
|
33 |
}
|
spancat/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 606349
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b5c0d6cbffccbf5c32235126033bc4e332d7c3bde3a1f352e3ecf92397eaca0
|
3 |
size 606349
|
tok2vec/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6009091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56e25770dc7f0ad5fff77ed9ccf3953eea748e8823ade3d804f8022d074550ec
|
3 |
size 6009091
|