update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: xlnet-base-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: mytest_trainer_base-cased
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# mytest_trainer_base-cased
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1983
|
19 |
+
- Rmse: 0.2961
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 10
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
+
| 0.2679 | 1.0 | 642 | 0.2250 | 0.3848 |
|
51 |
+
| 0.2659 | 2.0 | 1284 | 0.2318 | 0.4252 |
|
52 |
+
| 0.2505 | 3.0 | 1926 | 0.2295 | 0.3848 |
|
53 |
+
| 0.2478 | 4.0 | 2568 | 0.2329 | 0.3848 |
|
54 |
+
| 0.2459 | 5.0 | 3210 | 0.2328 | 0.3848 |
|
55 |
+
| 0.2452 | 6.0 | 3852 | 0.2215 | 0.3848 |
|
56 |
+
| 0.2522 | 7.0 | 4494 | 0.2444 | 0.3848 |
|
57 |
+
| 0.2505 | 8.0 | 5136 | 0.2164 | 0.3504 |
|
58 |
+
| 0.2087 | 9.0 | 5778 | 0.2409 | 0.3152 |
|
59 |
+
| 0.1736 | 10.0 | 6420 | 0.1983 | 0.2961 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.31.0
|
65 |
+
- Pytorch 2.0.1+cu117
|
66 |
+
- Datasets 2.18.0
|
67 |
+
- Tokenizers 0.13.3
|