Lazy-Val commited on
Commit
a840f17
·
verified ·
1 Parent(s): c426c45

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9773609314
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9798962387
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.978626943
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 97.86 |
53
- | `ENTS_P` | 97.74 |
54
- | `ENTS_R` | 97.99 |
55
- | `NER_TRANSFORMER_LOSS` | 3997.89 |
56
- | `NER_LOSS` | 20826.48 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9817826936
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9785992218
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9801883728
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 98.02 |
53
+ | `ENTS_P` | 98.18 |
54
+ | `ENTS_R` | 97.86 |
55
+ | `NER_TRANSFORMER_LOSS` | 3324.04 |
56
+ | `NER_LOSS` | 19064.93 |
de_trf_ner_base_reflex_nrp-1.0.0-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57317d04dacd709a9e5dac248f648c94952f41b178e33a14dcda9bfeeb0a7fff
3
- size 408982425
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76093f4866769775b57ea5579d6caad6a886cdacecba9572e81eb529cd95d94
3
+ size 408982796
meta.json CHANGED
@@ -37,14 +37,14 @@
37
 
38
  ],
39
  "performance":{
40
- "ents_f":0.978626943,
41
- "ents_p":0.9773609314,
42
- "ents_r":0.9798962387,
43
  "ents_per_type":{
44
  "ORG":{
45
- "p":0.9484848485,
46
- "r":0.9456193353,
47
- "f":0.9470499244
48
  },
49
  "LOC":{
50
  "p":0.9919168591,
@@ -52,13 +52,13 @@
52
  "f":0.9924898902
53
  },
54
  "PER":{
55
- "p":0.9685714286,
56
- "r":0.9797687861,
57
- "f":0.974137931
58
  }
59
  },
60
- "ner_transformer_loss":39.9788878204,
61
- "ner_loss":208.264759525
62
  },
63
  "requirements":[
64
  "spacy-transformers>=1.3.9,<1.4.0",
 
37
 
38
  ],
39
  "performance":{
40
+ "ents_f":0.9801883728,
41
+ "ents_p":0.9817826936,
42
+ "ents_r":0.9785992218,
43
  "ents_per_type":{
44
  "ORG":{
45
+ "p":0.959752322,
46
+ "r":0.9365558912,
47
+ "f":0.9480122324
48
  },
49
  "LOC":{
50
  "p":0.9919168591,
 
52
  "f":0.9924898902
53
  },
54
  "PER":{
55
+ "p":0.9770114943,
56
+ "r":0.9826589595,
57
+ "f":0.9798270893
58
  }
59
  },
60
+ "ner_transformer_loss":33.240397468,
61
+ "ner_loss":190.6492636252
62
  },
63
  "requirements":[
64
  "spacy-transformers>=1.3.9,<1.4.0",
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:969c0055d7b1e700d7ad7b138e74aba275f3a5adb3db1c5692047e4d60ff58e9
3
  size 219690
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e636fe0028a3b9a05a1e3235e73ebf8aa8389346ede3e872901c96a47eb959a9
3
  size 219690
ner_transformer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8498589f7afcfecda66a6eb6c61bf466a18bf087d3ef8208507a60a2ecbec3e1
3
  size 440761243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ce02a24d09fcf6d2c4590e06ec15d9d42fa5869f13b437fb28bceb43aafeb0
3
  size 440761243