ys7yoo commited on
Commit
1fe19c6
1 Parent(s): 70ee1d8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - klue
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: nli_sts_roberta-large_lr1e-05_wd1e-03_ep3_lr1e-05_wd1e-03_ep3_ckpt
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: klue
17
+ type: klue
18
+ config: nli
19
+ split: validation
20
+ args: nli
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.894
25
+ - name: F1
26
+ type: f1
27
+ value: 0.8938576137169963
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # nli_sts_roberta-large_lr1e-05_wd1e-03_ep3_lr1e-05_wd1e-03_ep3_ckpt
34
+
35
+ This model is a fine-tuned version of [ys7yoo/sts_roberta-large_lr1e-05_wd1e-03_ep3](https://huggingface.co/ys7yoo/sts_roberta-large_lr1e-05_wd1e-03_ep3) on the klue dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.3529
38
+ - Accuracy: 0.894
39
+ - F1: 0.8939
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 1e-05
59
+ - train_batch_size: 64
60
+ - eval_batch_size: 64
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_ratio: 0.1
65
+ - num_epochs: 3
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.5292 | 1.0 | 391 | 0.3853 | 0.857 | 0.8565 |
72
+ | 0.2468 | 2.0 | 782 | 0.3176 | 0.89 | 0.8899 |
73
+ | 0.1412 | 3.0 | 1173 | 0.3529 | 0.894 | 0.8939 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.30.2
79
+ - Pytorch 2.0.1+cu117
80
+ - Datasets 2.13.0
81
+ - Tokenizers 0.13.3