End of training
Browse files- README.md +12 -13
- 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_ag-news](https://huggingface.co/mateiaassAI/teacher_ag-news) on the moroco 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 |
|
@@ -75,15 +75,14 @@ The following hyperparameters were used during training:
|
|
75 |
- seed: 42
|
76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- lr_scheduler_type: linear
|
78 |
-
- num_epochs:
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.0561 | 3.0 | 4074 | 0.0973 | 0.8672 | None | 0.8532 | 0.8697 | 0.8657 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
26 |
metrics:
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.8735358948028765
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
+
value: 0.8549231548724877
|
33 |
- name: Precision
|
34 |
type: precision
|
35 |
+
value: 0.8764387775530592
|
36 |
- name: Recall
|
37 |
type: recall
|
38 |
+
value: 0.870763095885445
|
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_ag-news](https://huggingface.co/mateiaassAI/teacher_ag-news) on the moroco dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.0951
|
49 |
+
- F1: 0.8735
|
50 |
- Roc Auc: None
|
51 |
+
- Accuracy: 0.8549
|
52 |
+
- Precision: 0.8764
|
53 |
+
- Recall: 0.8708
|
54 |
|
55 |
## Model description
|
56 |
|
|
|
75 |
- seed: 42
|
76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- lr_scheduler_type: linear
|
78 |
+
- num_epochs: 2
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
+
| 0.1163 | 1.0 | 1358 | 0.0982 | 0.8669 | None | 0.8505 | 0.8830 | 0.8523 |
|
85 |
+
| 0.0812 | 2.0 | 2716 | 0.0951 | 0.8735 | None | 0.8549 | 0.8764 | 0.8708 |
|
|
|
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 497807376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fdbe8c74ff72534814c3eedf3915735265b0b59bc8ba6dfe932859d4b27a6a0
|
3 |
size 497807376
|
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:69b8b1fd70458e9d57dafacefe93818cff1ba35ee5c12c7c0fb9939f15ec8777
|
3 |
size 5240
|