cgensheimer commited on
Commit
2415497
1 Parent(s): 1ec6f56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -50,6 +50,7 @@ It achieves the following results on the evaluation set:
50
  - Accuracy: 0.9781
51
 
52
  ## Label IDS
 
53
  {
54
  "O": 0,
55
  "B-CARDINAL": 1,
@@ -89,7 +90,7 @@ It achieves the following results on the evaluation set:
89
  "I-ORDINAL": 35,
90
  "I-LANGUAGE": 36
91
  }
92
-
93
 
94
  The following hyperparameters were used during training:
95
  - learning_rate: 2e-05
 
50
  - Accuracy: 0.9781
51
 
52
  ## Label IDS
53
+ ```
54
  {
55
  "O": 0,
56
  "B-CARDINAL": 1,
 
90
  "I-ORDINAL": 35,
91
  "I-LANGUAGE": 36
92
  }
93
+ ```
94
 
95
  The following hyperparameters were used during training:
96
  - learning_rate: 2e-05