mateiaassAI
commited on
Commit
•
9444c5c
1
Parent(s):
ebce847
End of training
Browse files- README.md +12 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -26,16 +26,16 @@ model-index:
|
|
26 |
metrics:
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
-
value: 0.
|
33 |
- name: Precision
|
34 |
type: precision
|
35 |
-
value: 0.
|
36 |
- name: Recall
|
37 |
type: recall
|
38 |
-
value: 0.
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -45,12 +45,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
45 |
|
46 |
This model is a fine-tuned version of [mateiaassAI/teacher_sst2](https://huggingface.co/mateiaassAI/teacher_sst2) on the laroseda dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
-
- Loss: 0.
|
49 |
-
- F1: 0.
|
50 |
- Roc Auc: None
|
51 |
-
- Accuracy: 0.
|
52 |
-
- Precision: 0.
|
53 |
-
- Recall: 0.
|
54 |
|
55 |
## Model description
|
56 |
|
@@ -69,7 +69,7 @@ More information needed
|
|
69 |
### Training hyperparameters
|
70 |
|
71 |
The following hyperparameters were used during training:
|
72 |
-
- learning_rate:
|
73 |
- train_batch_size: 16
|
74 |
- eval_batch_size: 16
|
75 |
- seed: 42
|
@@ -81,8 +81,8 @@ The following hyperparameters were used during training:
|
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
26 |
metrics:
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9404702200759214
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
+
value: 0.94
|
33 |
- name: Precision
|
34 |
type: precision
|
35 |
+
value: 0.9409527317913978
|
36 |
- name: Recall
|
37 |
type: recall
|
38 |
+
value: 0.94
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
This model is a fine-tuned version of [mateiaassAI/teacher_sst2](https://huggingface.co/mateiaassAI/teacher_sst2) on the laroseda dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.1207
|
49 |
+
- F1: 0.9405
|
50 |
- Roc Auc: None
|
51 |
+
- Accuracy: 0.94
|
52 |
+
- Precision: 0.9410
|
53 |
+
- Recall: 0.94
|
54 |
|
55 |
## Model description
|
56 |
|
|
|
69 |
### Training hyperparameters
|
70 |
|
71 |
The following hyperparameters were used during training:
|
72 |
+
- learning_rate: 1e-05
|
73 |
- train_batch_size: 16
|
74 |
- eval_batch_size: 16
|
75 |
- seed: 42
|
|
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
+
| 0.1484 | 1.0 | 688 | 0.1006 | 0.9420 | None | 0.942 | 0.9420 | 0.942 |
|
85 |
+
| 0.0816 | 2.0 | 1376 | 0.1207 | 0.9405 | None | 0.94 | 0.9410 | 0.94 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497798148
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbecca6aae615b3b9a82b9ca0283a89b290fb3cdb2b5ce33fb850fb5bf9d6618
|
3 |
size 497798148
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a1c7443c64ca586e3318589e6e9a59787d27d1d3d2d0bee7a8661e5a8c02d2d
|
3 |
size 5240
|