DanielDDDS commited on
Commit
685f289
·
verified ·
1 Parent(s): 5f3c2a7

Upload evaluation/gold_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. evaluation/gold_results.json +11 -0
evaluation/gold_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "entity_f1": 0.4735,
3
+ "entity_precision": 0.4394,
4
+ "entity_recall": 0.5133,
5
+ "ci_95_low": 0.2711,
6
+ "ci_95_high": 0.6437,
7
+ "n_examples": 496,
8
+ "model_path": "models/checkpoints/dictabert_crf/P10_crf_thread_aware_io",
9
+ "test_file": "data/gold_validation/gold_tokenized_dictabert_io_corrected.jsonl",
10
+ "classification_report": " precision recall f1-score support\n\n QUANTITY 0.53 0.55 0.54 62\nSUBSTITUTION 0.35 0.47 0.40 51\n\n micro avg 0.44 0.51 0.47 113\n macro avg 0.44 0.51 0.47 113\nweighted avg 0.45 0.51 0.48 113\n"
11
+ }