iulusoy commited on
Commit
8faeb65
1 Parent(s): 7431b31

Update spaCy pipeline

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. config.cfg +2 -2
  3. de_test_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +1 -1
  5. 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.0,<3.6.0` |
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 = "/home/iulusoy/projects/moralization-project/moralization/notebooks/my_model/data/train.spacy"
3
- dev = "/home/iulusoy/projects/moralization-project/moralization/notebooks/my_model/data/dev.spacy"
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:23829cc86773d46d8a0907e639a910da648baa806ed97737407d8c4b5bc734ea
3
- size 6092280
 
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":"liam@keegan.ch",
8
  "url":"https://github.com/ssciwr/moralization",
9
  "license":"MIT",
10
- "spacy_version":">=3.5.0,<3.6.0",
11
  "spacy_git_version":"Unknown",
12
  "vectors":{
13
  "width":0,
 
7
  "email":"liam@keegan.ch",
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
  }