marekk commited on
Commit
b1fd087
1 Parent(s): ba86a04

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -13,18 +13,18 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.8579439252
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9068159368
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.8817032175
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `xx_ner_sport_entities_uncased` |
27
- | **Version** | `1.8.0` |
28
  | **spaCy** | `>=3.4.4,<3.5.0` |
29
  | **Default Pipeline** | `transformer`, `ner` |
30
  | **Components** | `transformer`, `ner` |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 88.17 |
53
- | `ENTS_P` | 85.79 |
54
- | `ENTS_R` | 90.68 |
55
- | `TRANSFORMER_LOSS` | 224510.19 |
56
- | `NER_LOSS` | 217482.06 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9038461538
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9591836735
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9306930693
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `xx_ner_sport_entities_uncased` |
27
+ | **Version** | `1.9.0` |
28
  | **spaCy** | `>=3.4.4,<3.5.0` |
29
  | **Default Pipeline** | `transformer`, `ner` |
30
  | **Components** | `transformer`, `ner` |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 93.07 |
53
+ | `ENTS_P` | 90.38 |
54
+ | `ENTS_R` | 95.92 |
55
+ | `TRANSFORMER_LOSS` | 201822.29 |
56
+ | `NER_LOSS` | 468699.39 |
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"xx",
3
  "name":"ner_sport_entities_uncased",
4
- "version":"1.8.0",
5
  "description":"",
6
  "author":"",
7
  "email":"",
@@ -38,33 +38,28 @@
38
 
39
  ],
40
  "performance":{
41
- "ents_f":0.8817032175,
42
- "ents_p":0.8579439252,
43
- "ents_r":0.9068159368,
44
  "ents_per_type":{
45
  "TOURNAMENT":{
46
- "p":0.8695652174,
47
- "r":0.8965517241,
48
- "f":0.882852292
49
- },
50
- "PLAYER":{
51
- "p":0.8229317852,
52
- "r":0.9072,
53
- "f":0.8630136986
54
  },
55
  "TEAM":{
56
- "p":0.895100069,
57
- "r":0.9330935252,
58
- "f":0.9137020077
59
  },
60
- "ALIAS_TEAM":{
61
- "p":0.75,
62
- "r":0.5887850467,
63
- "f":0.6596858639
64
  }
65
  },
66
- "transformer_loss":2245.1018558913,
67
- "ner_loss":2174.8206357272
68
  },
69
  "requirements":[
70
  "spacy-transformers>=1.1.9,<1.2.0"
 
1
  {
2
  "lang":"xx",
3
  "name":"ner_sport_entities_uncased",
4
+ "version":"1.9.0",
5
  "description":"",
6
  "author":"",
7
  "email":"",
 
38
 
39
  ],
40
  "performance":{
41
+ "ents_f":0.9306930693,
42
+ "ents_p":0.9038461538,
43
+ "ents_r":0.9591836735,
44
  "ents_per_type":{
45
  "TOURNAMENT":{
46
+ "p":0.9230769231,
47
+ "r":1.0,
48
+ "f":0.96
 
 
 
 
 
49
  },
50
  "TEAM":{
51
+ "p":0.9565217391,
52
+ "r":1.0,
53
+ "f":0.9777777778
54
  },
55
+ "PLAYER":{
56
+ "p":0.8125,
57
+ "r":0.8666666667,
58
+ "f":0.8387096774
59
  }
60
  },
61
+ "transformer_loss":2018.2229151166,
62
+ "ner_loss":4686.9938711817
63
  },
64
  "requirements":[
65
  "spacy-transformers>=1.1.9,<1.2.0"
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�${"0":{},"1":{"PLAYER":7602,"TEAM":6221,"TOURNAMENT":2224,"ALIAS_TEAM":287},"2":{"PLAYER":7602,"TEAM":6221,"TOURNAMENT":2224,"ALIAS_TEAM":287},"3":{"PLAYER":7602,"TEAM":6221,"TOURNAMENT":2224,"ALIAS_TEAM":287},"4":{"PLAYER":7602,"TEAM":6221,"TOURNAMENT":2224,"ALIAS_TEAM":287,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�({"0":{},"1":{"PLAYER":10493,"TEAM":8887,"TOURNAMENT":3007,"ALIAS_TEAM":516},"2":{"PLAYER":10493,"TEAM":8887,"TOURNAMENT":3007,"ALIAS_TEAM":516},"3":{"PLAYER":10493,"TEAM":8887,"TOURNAMENT":3007,"ALIAS_TEAM":516},"4":{"PLAYER":10493,"TEAM":8887,"TOURNAMENT":3007,"ALIAS_TEAM":516,"":1},"5":{"":1}}�cfg��neg_key�
transformer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:557bc89b26b10151ddf7a1551bb104121071a9981fea11bbcbaba1ad483ad9bf
3
  size 672945750
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9166833ad4359b2fbc0d631a47ff1514924544e068278941ef6a8224120be600
3
  size 672945750
vocab/strings.json CHANGED
The diff for this file is too large to render. See raw diff
 
xx_ner_sport_entities_uncased-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd2ef6a1c57db3a992001593658b9feb0e2aa660fa6314822f28de2b19ac7f8d
3
- size 622818214
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8347d77777c84f31898f3e810dfccfa1e902ef91b3a14db192342eba4d7446f4
3
+ size 622822713