Update README.md
Browse files
README.md
CHANGED
|
@@ -10,14 +10,17 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: roberta-issue-classifier
|
| 12 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
| 16 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
# roberta-issue-classifier
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.0945
|
| 23 |
- Accuracy: 0.9844
|
|
@@ -25,7 +28,7 @@ It achieves the following results on the evaluation set:
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
## Intended uses & limitations
|
| 31 |
|
|
@@ -65,4 +68,4 @@ The following hyperparameters were used during training:
|
|
| 65 |
- Transformers 4.45.1
|
| 66 |
- Pytorch 2.4.0
|
| 67 |
- Datasets 3.0.1
|
| 68 |
-
- Tokenizers 0.20.0
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: roberta-issue-classifier
|
| 12 |
results: []
|
| 13 |
+
datasets:
|
| 14 |
+
- JyotiNayak/political_ideologies
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
---
|
| 18 |
|
| 19 |
+
|
|
|
|
| 20 |
|
| 21 |
# roberta-issue-classifier
|
| 22 |
|
| 23 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on [this](https://huggingface.co/datasets/JyotiNayak/political_ideologies) dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.0945
|
| 26 |
- Accuracy: 0.9844
|
|
|
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
| 31 |
+
Issue Type Mapping: {'economic': 0, 'environmental': 1, 'family/gender': 2, 'geo-political and foreign policy': 3, 'political': 4, 'racial justice and immigration': 5, 'religious': 6, 'social, health and education': 7}
|
| 32 |
|
| 33 |
## Intended uses & limitations
|
| 34 |
|
|
|
|
| 68 |
- Transformers 4.45.1
|
| 69 |
- Pytorch 2.4.0
|
| 70 |
- Datasets 3.0.1
|
| 71 |
+
- Tokenizers 0.20.0
|