MadnessSTAR123 commited on
Commit
ac6609b
·
verified ·
1 Parent(s): 27a6e30

MadnessSTAR123/my-ynat-model/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.4680
21
- - Accuracy: 0.846
22
 
23
  ## Model description
24
 
@@ -44,13 +44,12 @@ The following hyperparameters were used during training:
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
- - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.5195 | 1.0 | 1250 | 0.5312 | 0.842 |
54
 
55
 
56
  ### Framework versions
 
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.4441
21
+ - Accuracy: 0.859
22
 
23
  ## Model description
24
 
 
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
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.5318 | 1.0 | 1250 | 0.5333 | 0.845 |
53
 
54
 
55
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8272f14a8aeefc3355bfdaa5357dd1b63a660b2df5983a1aa8f7688dac89b4a
3
  size 442518100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b252aba2e5f657a0b6fc580e3f57a325fde5d531f718f6fd44ce2a1b27f31fba
3
  size 442518100
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "[CLS]",
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "is_local": false,
9
+ "mask_token": "[MASK]",
10
+ "model_max_length": 512,
11
+ "never_split": null,
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "strip_accents": null,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "TokenizersBackend",
17
+ "unk_token": "[UNK]"
18
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dc56808e7d296219e3bb60a83384527682b5a6d2d519892548605ed60f7c77b
3
  size 5137
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e528b2761e1cf589035fce7136709c970cf74388f1476117c93781735977eec2
3
  size 5137