ohnoadrummer/finetuning-bert-brand-sentiment
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ license: mit
|
|
| 4 |
base_model: nlptown/bert-base-multilingual-uncased-sentiment
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: finetuning-bert-brand-sentiment
|
| 9 |
results: []
|
|
@@ -15,6 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# finetuning-bert-brand-sentiment
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -41,6 +49,10 @@ The following hyperparameters were used during training:
|
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
- num_epochs: 2
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
### Framework versions
|
| 45 |
|
| 46 |
- Transformers 4.53.2
|
|
|
|
| 4 |
base_model: nlptown/bert-base-multilingual-uncased-sentiment
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
model-index:
|
| 11 |
- name: finetuning-bert-brand-sentiment
|
| 12 |
results: []
|
|
|
|
| 18 |
# finetuning-bert-brand-sentiment
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment) on an unknown dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.6467
|
| 23 |
+
- Model Preparation Time: 0.0035
|
| 24 |
+
- Accuracy: 0.7733
|
| 25 |
+
- F1: 0.7659
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
- num_epochs: 2
|
| 51 |
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
### Framework versions
|
| 57 |
|
| 58 |
- Transformers 4.53.2
|