saattrupdan commited on
Commit
0949770
·
1 Parent(s): 860239f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -22,10 +22,10 @@ It achieves the following results on the evaluation set, being 1,000 verdicts tr
22
  - F1 Misinformation: 0.9751
23
  - F1 Factual: 0.9508
24
  - F1 Other: 0.5965
25
- - Prec Macro: 0.8323
26
- - Prec Misinformation: 0.9818
27
- - Prec Factual: 1.0
28
- - Prec Other: 0.5152
29
 
30
  ## Training procedure
31
 
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 Misinformation | F1 Factual | F1 Other | Prec Macro | Prec Misinformation | Prec Factual | Prec Other |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:----------:|:--------:|:----------:|:-------------------:|:------------:|:----------:|
50
  | 1.034 | 0.98 | 57 | 0.9960 | 0.3136 | 0.9408 | 0.0 | 0.0 | 0.2961 | 0.8882 | 0.0 | 0.0 |
51
  | 0.968 | 1.98 | 114 | 0.8945 | 0.3136 | 0.9408 | 0.0 | 0.0 | 0.2961 | 0.8882 | 0.0 | 0.0 |
 
22
  - F1 Misinformation: 0.9751
23
  - F1 Factual: 0.9508
24
  - F1 Other: 0.5965
25
+ - Precision Macro: 0.8323
26
+ - Precision Misinformation: 0.9818
27
+ - Precision Factual: 1.0
28
+ - Precision Other: 0.5152
29
 
30
  ## Training procedure
31
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 Misinformation | F1 Factual | F1 Other | Precision Macro | Precision Misinformation | Precision Factual | Precision Other |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:----------:|:--------:|:----------:|:-------------------:|:------------:|:----------:|
50
  | 1.034 | 0.98 | 57 | 0.9960 | 0.3136 | 0.9408 | 0.0 | 0.0 | 0.2961 | 0.8882 | 0.0 | 0.0 |
51
  | 0.968 | 1.98 | 114 | 0.8945 | 0.3136 | 0.9408 | 0.0 | 0.0 | 0.2961 | 0.8882 | 0.0 | 0.0 |