Update spaCy pipeline
Browse files- README.md +1 -1
- config.cfg +2 -2
- en_test_pipeline-any-py3-none-any.whl +2 -2
- meta.json +2 -2
- spancat/cfg +3 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ A test pipeline for ModelManager testing purposes
|
|
14 |
| --- | --- |
|
15 |
| **Name** | `en_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** | `en_test_pipeline` |
|
16 |
| **Version** | `0.1.0` |
|
17 |
+
| **spaCy** | `>=3.5.4,<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 |
|
en_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:620f9c82ea26d55a610782d6c11501f1a910d65d97b1cf2f370ec54615bf2578
|
3 |
+
size 6090661
|
meta.json
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://github.com/ssciwr/moralization",
|
9 |
"license":"MIT",
|
10 |
-
"spacy_version":">=3.5.
|
11 |
-
"spacy_git_version":"
|
12 |
"vectors":{
|
13 |
"width":0,
|
14 |
"vectors":0,
|
|
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://github.com/ssciwr/moralization",
|
9 |
"license":"MIT",
|
10 |
+
"spacy_version":">=3.5.4,<3.6.0",
|
11 |
+
"spacy_git_version":"7a2833bf2",
|
12 |
"vectors":{
|
13 |
"width":0,
|
14 |
"vectors":0,
|
spancat/cfg
CHANGED
@@ -9,5 +9,7 @@
|
|
9 |
],
|
10 |
"spans_key":"task2",
|
11 |
"threshold":0.5,
|
12 |
-
"max_positive":null
|
|
|
|
|
13 |
}
|
|
|
9 |
],
|
10 |
"spans_key":"task2",
|
11 |
"threshold":0.5,
|
12 |
+
"max_positive":null,
|
13 |
+
"negative_weight":null,
|
14 |
+
"allow_overlap":true
|
15 |
}
|