DanielDDDS commited on
Commit
e0047c7
·
verified ·
1 Parent(s): f4960e6

Delete evaluation/silver_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. evaluation/silver_results.json +0 -11
evaluation/silver_results.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "entity_f1": 0.5605,
3
- "entity_precision": 0.5652,
4
- "entity_recall": 0.5558,
5
- "ci_95_low": 0.4858,
6
- "ci_95_high": 0.6293,
7
- "n_examples": 1518,
8
- "model_path": "models/checkpoints/dictabert_crf/P10_crf_thread_aware_io",
9
- "test_file": "data/processed_thread_aware_io/test.jsonl",
10
- "classification_report": " precision recall f1-score support\n\n QUANTITY 0.55 0.40 0.46 212\nSUBSTITUTION 0.58 0.72 0.64 209\n\n micro avg 0.57 0.56 0.56 421\n macro avg 0.56 0.56 0.55 421\nweighted avg 0.56 0.56 0.55 421\n"
11
- }