Commit ·
6a3fc0a
1
Parent(s): 2d060b7
update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
-
-
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
|
@@ -13,13 +14,15 @@ model-index:
|
|
| 13 |
name: Text Classification
|
| 14 |
type: text-classification
|
| 15 |
dataset:
|
| 16 |
-
name:
|
| 17 |
-
type:
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
metrics:
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
-
value: 0.
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -27,10 +30,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,14 +64,14 @@ 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
|
| 70 |
|
| 71 |
-
- Transformers 4.
|
| 72 |
-
- Pytorch
|
| 73 |
-
- Datasets 2.
|
| 74 |
-
- Tokenizers 0.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model: prajjwal1/bert-tiny
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
+
- spark
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
|
|
| 14 |
name: Text Classification
|
| 15 |
type: text-classification
|
| 16 |
dataset:
|
| 17 |
+
name: spark
|
| 18 |
+
type: spark
|
| 19 |
+
config: '-904912027'
|
| 20 |
+
split: train
|
| 21 |
+
args: '-904912027'
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.7883333333333333
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
# sentiment-model-saagie
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the spark dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.5440
|
| 36 |
+
- Accuracy: 0.7883
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| 0.5209 | 1.0 | 1500 | 0.4737 | 0.7917 |
|
| 68 |
+
| 0.3807 | 2.0 | 3000 | 0.5037 | 0.7883 |
|
| 69 |
+
| 0.3409 | 3.0 | 4500 | 0.5440 | 0.7883 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
| 73 |
|
| 74 |
+
- Transformers 4.31.0
|
| 75 |
+
- Pytorch 2.0.1+cu117
|
| 76 |
+
- Datasets 2.14.3
|
| 77 |
+
- Tokenizers 0.13.3
|