Update spaCy pipeline
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ model-index:
|
|
| 24 |
| Feature | Description |
|
| 25 |
| --- | --- |
|
| 26 |
| **Name** | `en_Coff_Ev1` |
|
| 27 |
-
| **Version** | `
|
| 28 |
| **spaCy** | `>=3.4.3,<3.5.0` |
|
| 29 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
| 30 |
| **Components** | `tok2vec`, `ner` |
|
|
|
|
| 24 |
| Feature | Description |
|
| 25 |
| --- | --- |
|
| 26 |
| **Name** | `en_Coff_Ev1` |
|
| 27 |
+
| **Version** | `1.0.3` |
|
| 28 |
| **spaCy** | `>=3.4.3,<3.5.0` |
|
| 29 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
| 30 |
| **Components** | `tok2vec`, `ner` |
|
cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":1,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
en_Coff_Ev1-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:b48c4c86bb673298c8a98372ceb25141a458f512a7425d07c4fc2fbfbd0a84e6
|
| 3 |
+
size 5794659
|
meta.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"lang":"en",
|
| 3 |
"name":"Coff_Ev1",
|
| 4 |
-
"version":"
|
| 5 |
"description":"",
|
| 6 |
"author":"",
|
| 7 |
"email":"",
|
|
|
|
| 1 |
{
|
| 2 |
"lang":"en",
|
| 3 |
"name":"Coff_Ev1",
|
| 4 |
+
"version":"1.0.3",
|
| 5 |
"description":"",
|
| 6 |
"author":"",
|
| 7 |
"email":"",
|
model
ADDED
|
Binary file (140 kB). View file
|
|
|
ner/model
CHANGED
|
Binary files a/ner/model and b/ner/model differ
|
|
|
ner/moves
CHANGED
|
Binary files a/ner/moves and b/ner/moves differ
|
|
|