Laseung commited on
Commit
2bef8f1
·
verified ·
1 Parent(s): 72efb2b

Laseung/roberta-base-klue-ynat-classification

Browse files
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4450
21
- - Accuracy: 0.872
22
 
23
  ## Model description
24
 
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
  - train_batch_size: 8
42
  - eval_batch_size: 8
43
  - seed: 42
44
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
  - num_epochs: 1
47
 
@@ -49,12 +49,12 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.551 | 1.0 | 1250 | 0.5041 | 0.854 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.50.0
58
  - Pytorch 2.8.0+cu126
59
- - Datasets 3.5.0
60
- - Tokenizers 0.21.4
 
17
 
18
  This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4444
21
+ - Accuracy: 0.864
22
 
23
  ## Model description
24
 
 
41
  - train_batch_size: 8
42
  - eval_batch_size: 8
43
  - seed: 42
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
  - num_epochs: 1
47
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.5365 | 1.0 | 1250 | 0.5129 | 0.848 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.57.1
58
  - Pytorch 2.8.0+cu126
59
+ - Datasets 4.0.0
60
+ - Tokenizers 0.22.1
config.json CHANGED
@@ -5,6 +5,7 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "classifier_dropout": null,
 
8
  "eos_token_id": 2,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
@@ -39,8 +40,7 @@
39
  "position_embedding_type": "absolute",
40
  "problem_type": "single_label_classification",
41
  "tokenizer_class": "BertTokenizer",
42
- "torch_dtype": "float32",
43
- "transformers_version": "4.50.0",
44
  "type_vocab_size": 1,
45
  "use_cache": true,
46
  "vocab_size": 32000
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "classifier_dropout": null,
8
+ "dtype": "float32",
9
  "eos_token_id": 2,
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
 
40
  "position_embedding_type": "absolute",
41
  "problem_type": "single_label_classification",
42
  "tokenizer_class": "BertTokenizer",
43
+ "transformers_version": "4.57.1",
 
44
  "type_vocab_size": 1,
45
  "use_cache": true,
46
  "vocab_size": 32000
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:120bebf78756b3842c8c1e41fca12e97079d6824d7e2d2fbbdbbc2d070733efc
3
  size 442518124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad81af3fbfbdd1a36b05cd3a4896e7a81e2abba5cb5fd348dbd8593bd96bb65
3
  size 442518124
runs/Nov12_03-30-39_4594ddad2c7a/events.out.tfevents.1762918334.4594ddad2c7a.753.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc0d759a03a426c1867ae3ad0176bfdaa088c63160b53958f28f2f01fb821a6
3
+ size 6604
runs/Nov12_03-30-39_4594ddad2c7a/events.out.tfevents.1762919370.4594ddad2c7a.753.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9269ed73cfa38714dc33f81a6c5aa7f20d885567722929c3ff998ec50cb2b69
3
+ size 411
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51b3fe2b1714cd7ea13c71a2da84a283d82d66950d47bafd24cfa77c1fe7f39e
3
- size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd363f5d85c91a585dbdc544176ba2f759bfc370ae474bfb76f8fc172106d0d
3
+ size 5841