Commit ·
7c1cb69
1
Parent(s): 69516b7
update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,24 +2,11 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
datasets:
|
| 6 |
-
- sst2
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: sentiment-model-saagie
|
| 11 |
-
results:
|
| 12 |
-
- task:
|
| 13 |
-
name: Text Classification
|
| 14 |
-
type: text-classification
|
| 15 |
-
dataset:
|
| 16 |
-
name: sst2
|
| 17 |
-
type: sst2
|
| 18 |
-
args: default
|
| 19 |
-
metrics:
|
| 20 |
-
- name: Accuracy
|
| 21 |
-
type: accuracy
|
| 22 |
-
value: 0.79
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -27,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 27 |
|
| 28 |
# sentiment-model-saagie
|
| 29 |
|
| 30 |
-
This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
-
- Loss: 0.
|
| 33 |
-
- Accuracy: 0.
|
| 34 |
|
| 35 |
## Model description
|
| 36 |
|
|
@@ -61,9 +48,9 @@ The following hyperparameters were used during training:
|
|
| 61 |
|
| 62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
model-index:
|
| 8 |
- name: sentiment-model-saagie
|
| 9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 14 |
|
| 15 |
# sentiment-model-saagie
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5490
|
| 20 |
+
- Accuracy: 0.7817
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| 0.528 | 1.0 | 1500 | 0.4654 | 0.77 |
|
| 52 |
+
| 0.3824 | 2.0 | 3000 | 0.5333 | 0.7733 |
|
| 53 |
+
| 0.337 | 3.0 | 4500 | 0.5490 | 0.7817 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|