krinal commited on
Commit
4844eff
1 Parent(s): e66022e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ entities_per_query = model.predict(test_query)
32
 
33
  for entities in entities_per_query:
34
  for entity in entities:
35
- print(entity["span"], "=>", entity["label"])
36
  ```
37
 
38
  ## Training and evaluation data
@@ -59,7 +59,7 @@ It achieves the following results on the evaluation set:
59
  - Overall Recall: 0.7947
60
  - Overall F1: 0.7791
61
  - Overall Accuracy: 0.9397
62
- -
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
 
32
 
33
  for entities in entities_per_query:
34
  for entity in entities:
35
+ print(entity["span"], "-->", entity["label"])
36
  ```
37
 
38
  ## Training and evaluation data
 
59
  - Overall Recall: 0.7947
60
  - Overall F1: 0.7791
61
  - Overall Accuracy: 0.9397
62
+
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |