Update README.md
Browse files
README.md
CHANGED
|
@@ -85,7 +85,7 @@ Model description
|
|
| 85 |
## Training and evaluation data
|
| 86 |
|
| 87 |
The model was fine-tuned using the [ConspiraText-ES](https://huggingface.co/datasets/MorcuendeA/ConspiraText-ES) dataset, which contains Spanish-language examples labeled as conspiratorial or not. The dataset includes only synthetic text samples, covering various conspiracy-related themes.
|
| 88 |
-
During fine-tuning, regularization was applied with **attention_dropout** and **hidden_dropout** both set to 0.
|
| 89 |
|
| 90 |
## Training procedure
|
| 91 |
|
|
@@ -114,6 +114,7 @@ The following hyperparameters were used during training:
|
|
| 114 |
| 0.0026 | 1.8182 | 120 | 0.0322 | 0.9962 | 0.9963 |
|
| 115 |
|
| 116 |
|
|
|
|
| 117 |
### Framework versions
|
| 118 |
|
| 119 |
- Transformers 4.53.2
|
|
|
|
| 85 |
## Training and evaluation data
|
| 86 |
|
| 87 |
The model was fine-tuned using the [ConspiraText-ES](https://huggingface.co/datasets/MorcuendeA/ConspiraText-ES) dataset, which contains Spanish-language examples labeled as conspiratorial or not. The dataset includes only synthetic text samples, covering various conspiracy-related themes.
|
| 88 |
+
During fine-tuning, regularization was applied with **attention_dropout** and **hidden_dropout** both set to 0.3.
|
| 89 |
|
| 90 |
## Training procedure
|
| 91 |
|
|
|
|
| 114 |
| 0.0026 | 1.8182 | 120 | 0.0322 | 0.9962 | 0.9963 |
|
| 115 |
|
| 116 |
|
| 117 |
+
|
| 118 |
### Framework versions
|
| 119 |
|
| 120 |
- Transformers 4.53.2
|