Model save
Browse files- README.md +71 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: klue/roberta-large
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- klue
|
7 |
+
model-index:
|
8 |
+
- name: sts_roberta_large_lr1e-05_wd1e-03_ep10_ckpt
|
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_roberta_large_lr1e-05_wd1e-03_ep10_ckpt
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the klue dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3764
|
20 |
+
- Mse: 0.3764
|
21 |
+
- Mae: 0.4512
|
22 |
+
- R2: 0.8277
|
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: 1e-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: 10
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|
|
54 |
+
| 2.3411 | 1.0 | 183 | 1.0407 | 1.0407 | 0.7779 | 0.5234 |
|
55 |
+
| 0.1725 | 2.0 | 366 | 0.3938 | 0.3938 | 0.4710 | 0.8197 |
|
56 |
+
| 0.1203 | 3.0 | 549 | 0.3972 | 0.3972 | 0.4594 | 0.8181 |
|
57 |
+
| 0.093 | 4.0 | 732 | 0.4030 | 0.4030 | 0.4675 | 0.8155 |
|
58 |
+
| 0.0727 | 5.0 | 915 | 0.4102 | 0.4102 | 0.4690 | 0.8122 |
|
59 |
+
| 0.0591 | 6.0 | 1098 | 0.3700 | 0.3700 | 0.4470 | 0.8306 |
|
60 |
+
| 0.0482 | 7.0 | 1281 | 0.3578 | 0.3578 | 0.4403 | 0.8362 |
|
61 |
+
| 0.0417 | 8.0 | 1464 | 0.4042 | 0.4042 | 0.4696 | 0.8149 |
|
62 |
+
| 0.037 | 9.0 | 1647 | 0.4151 | 0.4151 | 0.4753 | 0.8099 |
|
63 |
+
| 0.0337 | 10.0 | 1830 | 0.3764 | 0.3764 | 0.4512 | 0.8277 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.33.2
|
69 |
+
- Pytorch 2.0.1+cu117
|
70 |
+
- Datasets 2.13.0
|
71 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1346765233
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e2ac70af4dc0f49a53ab2cd58537d7d645427c68267a51b583557d7ae1c9ade
|
3 |
size 1346765233
|