Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: bert-base-cased-fine-tuned-sst2
|
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 |
# bert-base-cased-fine-tuned-sst2
|
18 |
|
19 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.4606
|
22 |
- Accuracy: 0.9209
|
@@ -60,4 +62,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.46.3
|
61 |
- Pytorch 2.5.1+cu121
|
62 |
- Datasets 3.1.0
|
63 |
-
- Tokenizers 0.20.3
|
|
|
9 |
model-index:
|
10 |
- name: bert-base-cased-fine-tuned-sst2
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- nyu-mll/glue
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# bert-base-cased-fine-tuned-sst2
|
20 |
|
21 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on nyu-mll/glue sst2 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.4606
|
24 |
- Accuracy: 0.9209
|
|
|
62 |
- Transformers 4.46.3
|
63 |
- Pytorch 2.5.1+cu121
|
64 |
- Datasets 3.1.0
|
65 |
+
- Tokenizers 0.20.3
|