iulusoy commited on
Commit
eec2bbf
1 Parent(s): 57d40c9

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -13,14 +13,14 @@ A test pipeline for ModelManager testing purposes
13
  | Feature | Description |
14
  | --- | --- |
15
  | **Name** | `de_test_pipeline` |
16
- | **Version** | `0.1.1` |
17
- | **spaCy** | `>=3.5.1,<3.6.0` |
18
  | **Default Pipeline** | `tok2vec`, `spancat` |
19
  | **Components** | `tok2vec`, `spancat` |
20
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
21
  | **Sources** | n/a |
22
  | **License** | `MIT` |
23
- | **Author** | [Inga Ulusoy ](https://github.com/ssciwr/moralization) |
24
 
25
  ### Label Scheme
26
 
 
13
  | Feature | Description |
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) |
21
  | **Sources** | n/a |
22
  | **License** | `MIT` |
23
+ | **Author** | [Liam Keegan](https://github.com/ssciwr/moralization) |
24
 
25
  ### Label Scheme
26
 
config.cfg CHANGED
@@ -1,6 +1,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
 
 
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
 
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:53678fd29db821796dcfb28561da50f82915e42ecc8b8a91f032200ed8758926
3
- size 6092319
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9234187d770a098f975981d68eff51f1324d410ced34d9025ee648c80270c65
3
+ size 6092280
meta.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "lang":"de",
3
  "name":"test_pipeline",
4
- "version":"0.1.1",
5
  "description":"A test pipeline for ModelManager testing purposes",
6
- "author":"Inga Ulusoy ",
7
- "email":"inga.ulusoy@uni-heidelberg.de",
8
  "url":"https://github.com/ssciwr/moralization",
9
  "license":"MIT",
10
- "spacy_version":">=3.5.1,<3.6.0",
11
  "spacy_git_version":"Unknown",
12
  "vectors":{
13
  "width":0,
 
1
  {
2
  "lang":"de",
3
  "name":"test_pipeline",
4
+ "version":"0.1.0",
5
  "description":"A test pipeline for ModelManager testing purposes",
6
+ "author":"Liam Keegan",
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,
spancat/cfg CHANGED
@@ -27,7 +27,5 @@
27
  ],
28
  "spans_key":"sc",
29
  "threshold":0.5,
30
- "max_positive":null,
31
- "negative_weight":null,
32
- "allow_overlap":true
33
  }
 
27
  ],
28
  "spans_key":"sc",
29
  "threshold":0.5,
30
+ "max_positive":null
 
 
31
  }
spancat/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b5c0d6cbffccbf5c32235126033bc4e332d7c3bde3a1f352e3ecf92397eaca0
3
  size 606349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4f6e561e2110027413c13c246301c3aa7b3e360e2e8c0df3f209b92d3ffdd99
3
  size 606349
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56e25770dc7f0ad5fff77ed9ccf3953eea748e8823ade3d804f8022d074550ec
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99ecf76850631a771584a2e46efeea4e548993a9578280e71b7226f66b58c94
3
  size 6009091