cgensheimer commited on
Commit
1ec6f56
1 Parent(s): 9c8d87e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -14
README.md CHANGED
@@ -49,21 +49,47 @@ It achieves the following results on the evaluation set:
49
  - F1: 0.8873
50
  - Accuracy: 0.9781
51
 
52
- ## Model description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- More information needed
55
-
56
- ## Intended uses & limitations
57
-
58
- More information needed
59
-
60
- ## Training and evaluation data
61
-
62
- More information needed
63
-
64
- ## Training procedure
65
-
66
- ### Training hyperparameters
67
 
68
  The following hyperparameters were used during training:
69
  - learning_rate: 2e-05
 
49
  - F1: 0.8873
50
  - Accuracy: 0.9781
51
 
52
+ ## Label IDS
53
+ {
54
+ "O": 0,
55
+ "B-CARDINAL": 1,
56
+ "B-DATE": 2,
57
+ "I-DATE": 3,
58
+ "B-PERSON": 4,
59
+ "I-PERSON": 5,
60
+ "B-NORP": 6,
61
+ "B-GPE": 7,
62
+ "I-GPE": 8,
63
+ "B-LAW": 9,
64
+ "I-LAW": 10,
65
+ "B-ORG": 11,
66
+ "I-ORG": 12,
67
+ "B-PERCENT": 13,
68
+ "I-PERCENT": 14,
69
+ "B-ORDINAL": 15,
70
+ "B-MONEY": 16,
71
+ "I-MONEY": 17,
72
+ "B-WORK_OF_ART": 18,
73
+ "I-WORK_OF_ART": 19,
74
+ "B-FAC": 20,
75
+ "B-TIME": 21,
76
+ "I-CARDINAL": 22,
77
+ "B-LOC": 23,
78
+ "B-QUANTITY": 24,
79
+ "I-QUANTITY": 25,
80
+ "I-NORP": 26,
81
+ "I-LOC": 27,
82
+ "B-PRODUCT": 28,
83
+ "I-TIME": 29,
84
+ "B-EVENT": 30,
85
+ "I-EVENT": 31,
86
+ "I-FAC": 32,
87
+ "B-LANGUAGE": 33,
88
+ "I-PRODUCT": 34,
89
+ "I-ORDINAL": 35,
90
+ "I-LANGUAGE": 36
91
+ }
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  The following hyperparameters were used during training:
95
  - learning_rate: 2e-05