djsull commited on
Commit
709fa17
·
verified ·
1 Parent(s): 029a542

djsull/binary_every_exp

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: klue/roberta-small
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-small](https://huggingface.co/klue/roberta-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0828
23
- - Precision: 0.9130
24
- - Recall: 1.0
25
- - F1: 0.9545
26
- - Accuracy: 0.9667
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.3163 | 0.7778 | 1.0 | 0.8750 | 0.9 |
58
- | No log | 2.0 | 38 | 0.1481 | 1.0 | 0.8571 | 0.9231 | 0.95 |
59
- | No log | 3.0 | 57 | 0.0828 | 0.9130 | 1.0 | 0.9545 | 0.9667 |
60
- | No log | 4.0 | 76 | 0.2338 | 0.875 | 1.0 | 0.9333 | 0.95 |
61
- | No log | 5.0 | 95 | 0.1933 | 0.9130 | 1.0 | 0.9545 | 0.9667 |
62
- | No log | 6.0 | 114 | 0.2310 | 0.875 | 1.0 | 0.9333 | 0.95 |
63
- | No log | 7.0 | 133 | 0.2327 | 0.875 | 1.0 | 0.9333 | 0.95 |
64
- | No log | 8.0 | 152 | 0.2346 | 0.875 | 1.0 | 0.9333 | 0.95 |
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-small",
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": 6,
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:983bf5545680eb7ce65440ae1d1e1bca2de46ef967be11ab0fb492e9f34e2785
3
- size 272382200
 
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:9a7dcf0fa35717244e0d8556acf4551c6c16dea3612dfff26366eb3524d5b435
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68743e88b3d7fdd1eec2438f4cf09c2f33ab2d03c8746749085acaf04b4dd56c
3
  size 5176