tburst commited on
Commit
73051b7
·
1 Parent(s): 5b4edfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -37,13 +37,15 @@ print(predicted_class)
37
  ```
38
 
39
 
 
 
40
  ## Model Performance
41
 
42
  The model was evaluated on a test set of 199,046 annotated manifesto statements.
43
 
44
  ### Overall
45
 
46
-
47
- | Accuracy | Top2_Acc | Top3_Acc | Precision| Recall | F1_Macro | MCC | Cross-Entropy |
48
- |:--------:|:--------:|:--------:|:--------:|:------:|:--------:|:---:|:-------------:|
49
- | 0.57 | 0.73 | 0.81 | 0.49 | 0.43 | 0.45 | 0.55| 1.5 |
 
37
  ```
38
 
39
 
40
+ ## Model Performance
41
+
42
  ## Model Performance
43
 
44
  The model was evaluated on a test set of 199,046 annotated manifesto statements.
45
 
46
  ### Overall
47
 
48
+ | | Accuracy | Top2_Acc | Top3_Acc | Precision| Recall | F1_Macro | MCC | Cross-Entropy |
49
+ |-------------------------------------------------------------------------------------------------------|:--------:|:--------:|:--------:|:--------:|:------:|:--------:|:---:|:-------------:|
50
+ [Sentence Model](https://huggingface.co/manifesto-project/xlm-roberta-political-56topics-sentence-2023a)| 0.57 | 0.73 | 0.81 | 0.49 | 0.43 | 0.45 | 0.55| 1.5 |
51
+ [Context Model](https://huggingface.co/manifesto-project/xlm-roberta-political-56topics-sentence-2023a) | 0.64 | 0.81 | 0.88 | 0.54 | 0.52 | 0.53 | 0.62| 1.15 |