ys7yoo commited on
Commit
7d95d81
1 Parent(s): c27e34e

Model save

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ys7yoo/nli_klue_roberta_large_ep1
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - klue
7
+ model-index:
8
+ - name: sts_ys7yoo_nli_klue_roberta_large_ep1_ep1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # sts_ys7yoo_nli_klue_roberta_large_ep1_ep1
16
+
17
+ This model is a fine-tuned version of [ys7yoo/nli_klue_roberta_large_ep1](https://huggingface.co/ys7yoo/nli_klue_roberta_large_ep1) on the klue dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4267
20
+ - Mse: 0.4267
21
+ - Mae: 0.4852
22
+ - R2: 0.8046
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 64
43
+ - eval_batch_size: 64
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|
54
+ | 0.5163 | 1.0 | 183 | 0.4267 | 0.4267 | 0.4852 | 0.8046 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.33.1
60
+ - Pytorch 2.0.1+cu117
61
+ - Datasets 2.13.0
62
+ - Tokenizers 0.13.3