iulusoy commited on
Commit
6905416
1 Parent(s): 7616f3e

Update spaCy pipeline

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. config.cfg +2 -2
  3. en_test_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +2 -2
  5. 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.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** | `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 = "/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
 
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:53433bddb73b8abbc1d9eea1dce7a9ab55414f89648d9a95168b4e2cb0360043
3
- size 6090653
 
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":"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,
14
  "vectors":0,
 
7
  "email":"liam@keegan.ch",
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
  }