easyh commited on
Commit
29d5e7b
·
1 Parent(s): 7b34c26

Update spaCy pipeline

Browse files
Files changed (8) hide show
  1. README.md +10 -10
  2. config.cfg +2 -2
  3. de_fnhd_nerdh-any-py3-none-any.whl +2 -2
  4. meta.json +25 -25
  5. ner/model +0 -0
  6. ner/moves +1 -1
  7. tok2vec/model +1 -1
  8. vocab/strings.json +2 -2
README.md CHANGED
@@ -13,20 +13,20 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9494646681
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9342604298
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9418011895
23
  ---
24
- Deutsche NER-Pipeline für frühneuhochdeutsche Texte.
25
 
26
  | Feature | Description |
27
  | --- | --- |
28
  | **Name** | `de_fnhd_nerdh` |
29
- | **Version** | `0.0.1` |
30
  | **spaCy** | `>=3.4.1,<3.5.0` |
31
  | **Default Pipeline** | `tok2vec`, `ner` |
32
  | **Components** | `tok2vec`, `ner` |
@@ -51,8 +51,8 @@ Deutsche NER-Pipeline für frühneuhochdeutsche Texte.
51
 
52
  | Type | Score |
53
  | --- | --- |
54
- | `ENTS_F` | 94.18 |
55
- | `ENTS_P` | 94.95 |
56
- | `ENTS_R` | 93.43 |
57
- | `TOK2VEC_LOSS` | 25021.84 |
58
- | `NER_LOSS` | 12002.56 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9629324547
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9504065041
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9566284779
23
  ---
24
+ Deutsche NER-Pipeline für frühneuhochdeutsche Texte (2.Version)
25
 
26
  | Feature | Description |
27
  | --- | --- |
28
  | **Name** | `de_fnhd_nerdh` |
29
+ | **Version** | `0.0.2` |
30
  | **spaCy** | `>=3.4.1,<3.5.0` |
31
  | **Default Pipeline** | `tok2vec`, `ner` |
32
  | **Components** | `tok2vec`, `ner` |
 
51
 
52
  | Type | Score |
53
  | --- | --- |
54
+ | `ENTS_F` | 95.66 |
55
+ | `ENTS_P` | 96.29 |
56
+ | `ENTS_R` | 95.04 |
57
+ | `TOK2VEC_LOSS` | 25311.59 |
58
+ | `NER_LOSS` | 15478.32 |
config.cfg CHANGED
@@ -1,6 +1,6 @@
1
  [paths]
2
- train = "./datasets/trainData.spacy"
3
- dev = "./datasets/valuationData.spacy"
4
  vectors = "de_core_news_lg"
5
  init_tok2vec = null
6
 
 
1
  [paths]
2
+ train = "./datsets_SeperaText/trainData.spacy"
3
+ dev = "./datsets_SeperaText/valuationData.spacy"
4
  vectors = "de_core_news_lg"
5
  init_tok2vec = null
6
 
de_fnhd_nerdh-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:573515abc59d7707bc2775f94e128622cfc743b63b66d0d581401b0837876bc0
3
- size 586637802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c52f43057f23ef4f54249227b8084ce5c95b8be3301d09c01fa8da68b955a30
3
+ size 586641106
meta.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "lang":"de",
3
  "name":"fnhd_nerdh",
4
- "version":"0.0.1",
5
- "description":"Deutsche NER-Pipeline f\u00fcr fr\u00fchneuhochdeutsche Texte.",
6
  "author":"ih",
7
  "email":"",
8
  "url":"",
@@ -39,38 +39,38 @@
39
 
40
  ],
41
  "performance":{
42
- "ents_f":0.9418011895,
43
- "ents_p":0.9494646681,
44
- "ents_r":0.9342604298,
45
  "ents_per_type":{
46
- "ZEIT":{
47
- "p":0.9371069182,
48
- "r":0.9085365854,
49
- "f":0.9226006192
50
- },
51
  "PERSON":{
52
- "p":0.9404255319,
53
- "r":0.9256544503,
54
- "f":0.9329815303
55
  },
56
- "OBJEKT":{
57
- "p":0.9644268775,
58
- "r":0.953125,
59
- "f":0.9587426326
60
  },
61
  "ORT":{
62
- "p":0.9602122016,
63
- "r":0.9488859764,
64
- "f":0.9545154911
 
 
 
 
 
65
  },
66
  "ORGANISATION":{
67
- "p":0.9571428571,
68
- "r":0.9436619718,
69
- "f":0.9503546099
70
  }
71
  },
72
- "tok2vec_loss":250.2184356905,
73
- "ner_loss":120.0256050907
74
  },
75
  "requirements":[
76
 
 
1
  {
2
  "lang":"de",
3
  "name":"fnhd_nerdh",
4
+ "version":"0.0.2",
5
+ "description":"Deutsche NER-Pipeline f\u00fcr fr\u00fchneuhochdeutsche Texte (2.Version)",
6
  "author":"ih",
7
  "email":"",
8
  "url":"",
 
39
 
40
  ],
41
  "performance":{
42
+ "ents_f":0.9566284779,
43
+ "ents_p":0.9629324547,
44
+ "ents_r":0.9504065041,
45
  "ents_per_type":{
 
 
 
 
 
46
  "PERSON":{
47
+ "p":0.9662576687,
48
+ "r":0.9402985075,
49
+ "f":0.9531013616
50
  },
51
+ "ZEIT":{
52
+ "p":0.9383753501,
53
+ "r":0.9463276836,
54
+ "f":0.9423347398
55
  },
56
  "ORT":{
57
+ "p":0.9677018634,
58
+ "r":0.97375,
59
+ "f":0.9707165109
60
+ },
61
+ "OBJEKT":{
62
+ "p":0.9613733906,
63
+ "r":0.9411764706,
64
+ "f":0.9511677282
65
  },
66
  "ORGANISATION":{
67
+ "p":1.0,
68
+ "r":0.873015873,
69
+ "f":0.9322033898
70
  }
71
  },
72
+ "tok2vec_loss":253.1158722301,
73
+ "ner_loss":154.7832370011
74
  },
75
  "requirements":[
76
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�8{"0":{},"1":{"PERSON":1218,"ORT":627,"ZEIT":551,"OBJEKT":319,"ORGANISATION":76},"2":{"PERSON":1218,"ORT":627,"ZEIT":551,"OBJEKT":319,"ORGANISATION":76},"3":{"PERSON":1218,"ORT":627,"ZEIT":551,"OBJEKT":319,"ORGANISATION":76},"4":{"PERSON":1218,"ORT":627,"ZEIT":551,"OBJEKT":319,"ORGANISATION":76,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�8{"0":{},"1":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"2":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"3":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"4":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56,"":1},"5":{"":1}}�cfg��neg_key�
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a7d0de25c13d3ff30c20a220f7aad2fc382ca4f6a248b9dff356c4dc11b2d23
3
  size 34434008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1237e609e9f78858726f2e37e86470114f00465945bce5808a45f8eb8a7f9fc2
3
  size 34434008
vocab/strings.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab1801fe3360a39fce94e814852a2f55f255781c7b65fd97226bf4c74a98f79d
3
- size 17777916
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e262366b26109df0c4d3ac305f31a9f53bd8fd980f4744de98c0d5c0055c2b
3
+ size 17775605