update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: predict-perception-bertino-focus-assassin
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# predict-perception-bertino-focus-assassin
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [indigo-ai/BERTino](https://huggingface.co/indigo-ai/BERTino) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.3409
|
18 |
+
- R2: 0.3205
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.0001
|
38 |
+
- train_batch_size: 20
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 1996
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 47
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss | R2 |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
49 |
+
| 0.5573 | 1.0 | 14 | 0.4856 | 0.0321 |
|
50 |
+
| 0.1739 | 2.0 | 28 | 0.4735 | 0.0562 |
|
51 |
+
| 0.0813 | 3.0 | 42 | 0.3416 | 0.3191 |
|
52 |
+
| 0.0764 | 4.0 | 56 | 0.3613 | 0.2799 |
|
53 |
+
| 0.0516 | 5.0 | 70 | 0.3264 | 0.3495 |
|
54 |
+
| 0.0459 | 6.0 | 84 | 0.4193 | 0.1643 |
|
55 |
+
| 0.0414 | 7.0 | 98 | 0.3502 | 0.3019 |
|
56 |
+
| 0.028 | 8.0 | 112 | 0.3361 | 0.3301 |
|
57 |
+
| 0.0281 | 9.0 | 126 | 0.3610 | 0.2804 |
|
58 |
+
| 0.027 | 10.0 | 140 | 0.3523 | 0.2978 |
|
59 |
+
| 0.0216 | 11.0 | 154 | 0.3440 | 0.3143 |
|
60 |
+
| 0.0181 | 12.0 | 168 | 0.3506 | 0.3012 |
|
61 |
+
| 0.013 | 13.0 | 182 | 0.3299 | 0.3424 |
|
62 |
+
| 0.0116 | 14.0 | 196 | 0.3611 | 0.2803 |
|
63 |
+
| 0.0118 | 15.0 | 210 | 0.3505 | 0.3013 |
|
64 |
+
| 0.0139 | 16.0 | 224 | 0.3529 | 0.2967 |
|
65 |
+
| 0.0099 | 17.0 | 238 | 0.3536 | 0.2952 |
|
66 |
+
| 0.0096 | 18.0 | 252 | 0.3542 | 0.2941 |
|
67 |
+
| 0.0107 | 19.0 | 266 | 0.3770 | 0.2486 |
|
68 |
+
| 0.0088 | 20.0 | 280 | 0.3467 | 0.3091 |
|
69 |
+
| 0.0065 | 21.0 | 294 | 0.3327 | 0.3369 |
|
70 |
+
| 0.0073 | 22.0 | 308 | 0.3479 | 0.3066 |
|
71 |
+
| 0.0062 | 23.0 | 322 | 0.3566 | 0.2893 |
|
72 |
+
| 0.0063 | 24.0 | 336 | 0.3503 | 0.3019 |
|
73 |
+
| 0.0057 | 25.0 | 350 | 0.3371 | 0.3282 |
|
74 |
+
| 0.0049 | 26.0 | 364 | 0.3334 | 0.3355 |
|
75 |
+
| 0.0045 | 27.0 | 378 | 0.3399 | 0.3225 |
|
76 |
+
| 0.0049 | 28.0 | 392 | 0.3379 | 0.3266 |
|
77 |
+
| 0.0049 | 29.0 | 406 | 0.3377 | 0.3268 |
|
78 |
+
| 0.0055 | 30.0 | 420 | 0.3357 | 0.3309 |
|
79 |
+
| 0.005 | 31.0 | 434 | 0.3394 | 0.3235 |
|
80 |
+
| 0.0046 | 32.0 | 448 | 0.3432 | 0.3159 |
|
81 |
+
| 0.0048 | 33.0 | 462 | 0.3427 | 0.3169 |
|
82 |
+
| 0.0041 | 34.0 | 476 | 0.3450 | 0.3123 |
|
83 |
+
| 0.0041 | 35.0 | 490 | 0.3436 | 0.3151 |
|
84 |
+
| 0.0051 | 36.0 | 504 | 0.3394 | 0.3234 |
|
85 |
+
| 0.0037 | 37.0 | 518 | 0.3370 | 0.3283 |
|
86 |
+
| 0.004 | 38.0 | 532 | 0.3370 | 0.3284 |
|
87 |
+
| 0.0033 | 39.0 | 546 | 0.3339 | 0.3344 |
|
88 |
+
| 0.0034 | 40.0 | 560 | 0.3335 | 0.3352 |
|
89 |
+
| 0.003 | 41.0 | 574 | 0.3373 | 0.3276 |
|
90 |
+
| 0.0035 | 42.0 | 588 | 0.3380 | 0.3264 |
|
91 |
+
| 0.0032 | 43.0 | 602 | 0.3382 | 0.3259 |
|
92 |
+
| 0.0034 | 44.0 | 616 | 0.3432 | 0.3158 |
|
93 |
+
| 0.003 | 45.0 | 630 | 0.3421 | 0.3181 |
|
94 |
+
| 0.0027 | 46.0 | 644 | 0.3410 | 0.3203 |
|
95 |
+
| 0.0037 | 47.0 | 658 | 0.3409 | 0.3205 |
|
96 |
+
|
97 |
+
|
98 |
+
### Framework versions
|
99 |
+
|
100 |
+
- Transformers 4.16.2
|
101 |
+
- Pytorch 1.10.2+cu113
|
102 |
+
- Datasets 1.18.3
|
103 |
+
- Tokenizers 0.11.0
|