cbruinsm commited on
Commit
f5383d2
1 Parent(s): 012ddb2

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +1 -1
  2. cfg +13 -0
  3. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  4. meta.json +1 -1
  5. model +0 -0
  6. ner/model +0 -0
  7. ner/moves +0 -0
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_Coff_Ev1` |
27
- | **Version** | `0.0.0` |
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:a6f065ce243b4571b912203a9a6625571a5b536eb57d9b51387861dafdfcbfa4
3
- size 5666373
 
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":"0.0.0",
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