djsull/binary_every_exp
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0
|
24 |
- Recall: 1.0
|
25 |
-
- F1: 0
|
26 |
-
- Accuracy: 0
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,14 +48,20 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 10 | 0.
|
58 |
-
| No log | 2.0 | 20 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0009
|
23 |
+
- Precision: 1.0
|
24 |
- Recall: 1.0
|
25 |
+
- F1: 1.0
|
26 |
+
- Accuracy: 1.0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 10 | 0.1336 | 0.8947 | 1.0 | 0.9444 | 0.96 |
|
58 |
+
| No log | 2.0 | 20 | 0.0048 | 1.0 | 1.0 | 1.0 | 1.0 |
|
59 |
+
| No log | 3.0 | 30 | 0.0608 | 1.0 | 0.9412 | 0.9697 | 0.98 |
|
60 |
+
| No log | 4.0 | 40 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
|
61 |
+
| No log | 5.0 | 50 | 0.0013 | 1.0 | 1.0 | 1.0 | 1.0 |
|
62 |
+
| No log | 6.0 | 60 | 0.0011 | 1.0 | 1.0 | 1.0 | 1.0 |
|
63 |
+
| No log | 7.0 | 70 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
|
64 |
+
| No log | 8.0 | 80 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 272382200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b42617ccbd8b9051ff9f9859e8b49efd8311475f347c2c2842559a3d1e4c337
|
3 |
size 272382200
|
runs/Aug22_07-26-20_129-146-79-76/events.out.tfevents.1724311581.129-146-79-76.1374120.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a77597a84043bf7f49f853067b57d6cc789920c387e46b90459a56e3d94b3610
|
3 |
+
size 9160
|
runs/Aug22_07-26-20_129-146-79-76/events.out.tfevents.1724311632.129-146-79-76.1374120.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1afde603094dcd44909ce4ea8a8bafca8e940603a97d6730bfeb71d9ed01d522
|
3 |
+
size 551
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d7d8ddb500cf5ee4f3e7b37900114ecabaa5f452a684765f867b3128495ffbe
|
3 |
size 5176
|