update model card README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ model-index:
|
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
value:
|
23 |
-
accuracy: 0.
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
value:
|
27 |
-
f1: 0.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [](https://huggingface.co/) on the preprocessed1024_config dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 1.
|
38 |
-
- Accuracy: {'accuracy': 0.
|
39 |
-
- F1: {'f1': 0.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -67,16 +67,16 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------:|:---------------------------:|
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
value:
|
23 |
+
accuracy: 0.5785175879396985
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
value:
|
27 |
+
f1: 0.565251065728165
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [](https://huggingface.co/) on the preprocessed1024_config dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 1.1521
|
38 |
+
- Accuracy: {'accuracy': 0.5785175879396985}
|
39 |
+
- F1: {'f1': 0.565251065728165}
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------:|:---------------------------:|
|
70 |
+
| 1.3433 | 1.0 | 796 | 1.1893 | {'accuracy': 0.4566582914572864} | {'f1': 0.32080438921262083} |
|
71 |
+
| 1.1242 | 2.0 | 1592 | 1.0867 | {'accuracy': 0.48555276381909546} | {'f1': 0.4061780745199038} |
|
72 |
+
| 1.0569 | 3.0 | 2388 | 1.1587 | {'accuracy': 0.49120603015075376} | {'f1': 0.40970823779940124} |
|
73 |
+
| 0.9327 | 4.0 | 3184 | 0.9901 | {'accuracy': 0.5452261306532663} | {'f1': 0.4885626990630958} |
|
74 |
+
| 0.8723 | 5.0 | 3980 | 0.9824 | {'accuracy': 0.5728643216080402} | {'f1': 0.5365052338942904} |
|
75 |
+
| 0.7803 | 6.0 | 4776 | 1.0071 | {'accuracy': 0.571608040201005} | {'f1': 0.5246756181464156} |
|
76 |
+
| 0.7198 | 7.0 | 5572 | 1.0233 | {'accuracy': 0.5741206030150754} | {'f1': 0.5405969058526473} |
|
77 |
+
| 0.6589 | 8.0 | 6368 | 1.0902 | {'accuracy': 0.5816582914572864} | {'f1': 0.5421523761661359} |
|
78 |
+
| 0.6055 | 9.0 | 7164 | 1.0980 | {'accuracy': 0.5835427135678392} | {'f1': 0.5601877104043351} |
|
79 |
+
| 0.5722 | 10.0 | 7960 | 1.1521 | {'accuracy': 0.5785175879396985} | {'f1': 0.565251065728165} |
|
80 |
|
81 |
|
82 |
### Framework versions
|