Update spaCy pipeline
Browse files- README.md +1 -1
- config.cfg +2 -2
- de_test_pipeline-any-py3-none-any.whl +2 -2
- meta.json +1 -1
- spancat/cfg +3 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ A test pipeline for ModelManager testing purposes
|
|
14 |
| --- | --- |
|
15 |
| **Name** | `de_test_pipeline` |
|
16 |
| **Version** | `0.1.0` |
|
17 |
-
| **spaCy** | `>=3.5.
|
18 |
| **Default Pipeline** | `tok2vec`, `spancat` |
|
19 |
| **Components** | `tok2vec`, `spancat` |
|
20 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
|
|
14 |
| --- | --- |
|
15 |
| **Name** | `de_test_pipeline` |
|
16 |
| **Version** | `0.1.0` |
|
17 |
+
| **spaCy** | `>=3.5.3,<3.6.0` |
|
18 |
| **Default Pipeline** | `tok2vec`, `spancat` |
|
19 |
| **Components** | `tok2vec`, `spancat` |
|
20 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
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:28d9a4aa94b423205c8c46de8f0143b87a257f7b965c05808533a47ca8d8e570
|
3 |
+
size 6092285
|
meta.json
CHANGED
@@ -7,7 +7,7 @@
|
|
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,
|
|
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://github.com/ssciwr/moralization",
|
9 |
"license":"MIT",
|
10 |
+
"spacy_version":">=3.5.3,<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 |
}
|