Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: roBERTa-imdb
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# roBERTa-imdb
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.1823
|
| 22 |
- Accuracy: 0.9557
|
|
@@ -59,4 +61,4 @@ The following hyperparameters were used during training:
|
|
| 59 |
- Transformers 4.50.3
|
| 60 |
- Pytorch 2.6.0+cu124
|
| 61 |
- Datasets 3.5.0
|
| 62 |
-
- Tokenizers 0.21.1
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: roBERTa-imdb
|
| 11 |
results: []
|
| 12 |
+
datasets:
|
| 13 |
+
- stanfordnlp/imdb
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
# roBERTa-imdb
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an "stanfordnlp/imdb" dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.1823
|
| 24 |
- Accuracy: 0.9557
|
|
|
|
| 61 |
- Transformers 4.50.3
|
| 62 |
- Pytorch 2.6.0+cu124
|
| 63 |
- Datasets 3.5.0
|
| 64 |
+
- Tokenizers 0.21.1
|