Updating README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ metrics:
|
|
| 11 |
model-index:
|
| 12 |
- name: bert_imdb
|
| 13 |
results: []
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -18,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# bert_imdb
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.3119
|
| 24 |
- Accuracy: 0.9403
|
|
@@ -65,4 +67,4 @@ The following hyperparameters were used during training:
|
|
| 65 |
- Transformers 4.47.1
|
| 66 |
- Pytorch 2.5.1+cu121
|
| 67 |
- Datasets 3.2.0
|
| 68 |
-
- Tokenizers 0.21.0
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: bert_imdb
|
| 13 |
results: []
|
| 14 |
+
datasets:
|
| 15 |
+
- stanfordnlp/imdb
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 20 |
|
| 21 |
# bert_imdb
|
| 22 |
|
| 23 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on imdb dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.3119
|
| 26 |
- Accuracy: 0.9403
|
|
|
|
| 67 |
- Transformers 4.47.1
|
| 68 |
- Pytorch 2.5.1+cu121
|
| 69 |
- Datasets 3.2.0
|
| 70 |
+
- Tokenizers 0.21.0
|