djsull/binary_every_exp
Browse files- README.md +15 -15
- config.json +2 -2
- model.safetensors +2 -2
- runs/Aug26_09-07-16_129-146-79-76/.nfs00000000000027a300000055 +0 -0
- runs/Aug26_09-30-54_129-146-79-76/events.out.tfevents.1724664654.129-146-79-76.3313311.0 +3 -0
- runs/Aug26_09-30-54_129-146-79-76/events.out.tfevents.1724664741.129-146-79-76.3313311.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: klue/roberta-
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# binary_every_exp
|
19 |
|
20 |
-
This model is a fine-tuned version of [klue/roberta-
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0
|
24 |
-
- Recall:
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,14 +54,14 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 19 | 0.
|
58 |
-
| No log | 2.0 | 38 | 0.
|
59 |
-
| No log | 3.0 | 57 | 0.
|
60 |
-
| No log | 4.0 | 76 | 0.
|
61 |
-
| No log | 5.0 | 95 | 0.
|
62 |
-
| No log | 6.0 | 114 | 0.
|
63 |
-
| No log | 7.0 | 133 | 0.
|
64 |
-
| No log | 8.0 | 152 | 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: klue/roberta-base
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# binary_every_exp
|
19 |
|
20 |
+
This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0182
|
23 |
+
- Precision: 1.0
|
24 |
+
- Recall: 0.9524
|
25 |
+
- F1: 0.9756
|
26 |
+
- Accuracy: 0.9833
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 19 | 0.1742 | 0.8333 | 0.9524 | 0.8889 | 0.9167 |
|
58 |
+
| No log | 2.0 | 38 | 0.2068 | 0.8333 | 0.9524 | 0.8889 | 0.9167 |
|
59 |
+
| No log | 3.0 | 57 | 0.0182 | 1.0 | 0.9524 | 0.9756 | 0.9833 |
|
60 |
+
| No log | 4.0 | 76 | 0.0430 | 0.9545 | 1.0 | 0.9767 | 0.9833 |
|
61 |
+
| No log | 5.0 | 95 | 0.0576 | 0.9545 | 1.0 | 0.9767 | 0.9833 |
|
62 |
+
| No log | 6.0 | 114 | 0.0727 | 0.9545 | 1.0 | 0.9767 | 0.9833 |
|
63 |
+
| No log | 7.0 | 133 | 0.0806 | 0.9545 | 1.0 | 0.9767 | 0.9833 |
|
64 |
+
| No log | 8.0 | 152 | 0.0818 | 0.9545 | 1.0 | 0.9767 | 0.9833 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "klue/roberta-
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -25,7 +25,7 @@
|
|
25 |
"max_position_embeddings": 514,
|
26 |
"model_type": "roberta",
|
27 |
"num_attention_heads": 12,
|
28 |
-
"num_hidden_layers":
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "klue/roberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
25 |
"max_position_embeddings": 514,
|
26 |
"model_type": "roberta",
|
27 |
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "single_label_classification",
|
model.safetensors
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:fd49d6d4ab32104b5ac2247fa5c7dd10a0401cc6de99541a446872214ae5b59b
|
3 |
+
size 442502744
|
runs/Aug26_09-07-16_129-146-79-76/.nfs00000000000027a300000055
ADDED
Binary file (560 Bytes). View file
|
|
runs/Aug26_09-30-54_129-146-79-76/events.out.tfevents.1724664654.129-146-79-76.3313311.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab241070a9713baaa93652f9c832ef7d20c550d56a4d393a0d09190c15160a5
|
3 |
+
size 9184
|
runs/Aug26_09-30-54_129-146-79-76/events.out.tfevents.1724664741.129-146-79-76.3313311.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e6d5f3e10f4ed67e678f40626eaaf8d652146fe922addc84216494783bae31
|
3 |
+
size 560
|
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:68743e88b3d7fdd1eec2438f4cf09c2f33ab2d03c8746749085acaf04b4dd56c
|
3 |
size 5176
|