Richard Saavedra
commited on
Commit
·
31f9a7d
1
Parent(s):
81e8094
End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ model-index:
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
-
value: 0.
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,8 +28,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
This model is a fine-tuned version of [mrm8488/electricidad-small-discriminator](https://huggingface.co/mrm8488/electricidad-small-discriminator) on the amazon_reviews_multi dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
-
- Loss: 0.
|
32 |
-
- Accuracy: 0.
|
33 |
|
34 |
## Model description
|
35 |
|
@@ -49,22 +49,19 @@ More information needed
|
|
49 |
|
50 |
The following hyperparameters were used during training:
|
51 |
- learning_rate: 2e-05
|
52 |
-
- train_batch_size:
|
53 |
-
- eval_batch_size:
|
54 |
- seed: 42
|
55 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
56 |
- lr_scheduler_type: linear
|
57 |
-
- num_epochs:
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
63 |
-
| 1.
|
64 |
-
| 0.
|
65 |
-
| 0.9566 | 3.0 | 18750 | 0.9838 | 0.5638 |
|
66 |
-
| 0.9228 | 4.0 | 25000 | 0.9878 | 0.5586 |
|
67 |
-
| 0.9049 | 5.0 | 31250 | 0.9862 | 0.5648 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
+
value: 0.581
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [mrm8488/electricidad-small-discriminator](https://huggingface.co/mrm8488/electricidad-small-discriminator) on the amazon_reviews_multi dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.9601
|
32 |
+
- Accuracy: 0.581
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
49 |
|
50 |
The following hyperparameters were used during training:
|
51 |
- learning_rate: 2e-05
|
52 |
+
- train_batch_size: 8
|
53 |
+
- eval_batch_size: 8
|
54 |
- seed: 42
|
55 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
56 |
- lr_scheduler_type: linear
|
57 |
+
- num_epochs: 2
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
63 |
+
| 1.0136 | 1.0 | 25000 | 1.0153 | 0.5414 |
|
64 |
+
| 0.9416 | 2.0 | 50000 | 0.9942 | 0.5576 |
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
runs/Mar19_13-41-20_179a6121a7b2/events.out.tfevents.1647697364.179a6121a7b2.74.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:609cc5332cc2dc8203fbd797f55ca49a83b43a0d6d9928537f1e1a44f5eed8a5
|
3 |
+
size 21039
|
runs/Mar19_13-41-20_179a6121a7b2/events.out.tfevents.1647703784.179a6121a7b2.74.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3b413c8d19e33bb3ec45bf52cd369e623b6f111ab5919241134b89cf204cec5
|
3 |
+
size 369
|