santiviquez
commited on
Commit
•
79b4a83
1
Parent(s):
2b75c53
End of training
Browse files- README.md +10 -10
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,11 +34,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
# amazon-reviews-finetuning-distilbert-base-uncased
|
36 |
|
37 |
-
This model is a fine-tuned version of [
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,8 +69,8 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: nlptown/bert-base-multilingual-uncased-sentiment
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.7576
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.7044852616595344
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
# amazon-reviews-finetuning-distilbert-base-uncased
|
36 |
|
37 |
+
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment) on the amazon_reviews_multi dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.6020
|
40 |
+
- Accuracy: 0.7576
|
41 |
+
- F1: 0.7045
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| 0.6077 | 1.0 | 625 | 0.5697 | 0.7588 | 0.7045 |
|
73 |
+
| 0.5097 | 2.0 | 1250 | 0.6020 | 0.7576 | 0.7045 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669503281
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bd74d937edfad3e8b567709a8caf1cc8701d3cb256e4fbc674461e02e9ca17c
|
3 |
size 669503281
|