File size: 717 Bytes
0d85484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "config": {
    "model_name": "test/model",
    "seed": 42,
    "device": "cpu",
    "architecture": "bitag",
    "threshold": 0.4,
    "training_steps": 4000
  },
  "results": {
    "emea_ner": {
      "f1": 0.6,
      "precision": 0.62,
      "recall": 0.58
    },
    "medline_ner": {
      "f1": 0.65,
      "precision": 0.67,
      "recall": 0.63
    },
    "cas1_ner": {
      "f1": 0.7,
      "precision": 0.68,
      "recall": 0.72
    },
    "cas2_ner": {
      "f1": 0.67,
      "precision": 0.65,
      "recall": 0.69
    }
  },
  "training_info": {
    "final_step": 3200,
    "best_validation_loss": 0.0016,
    "early_stopped": true
  },
  "request_id": "test_upload",
  "model_name": "test/model"
}