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-cause-concept
|
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-cause-concept
|
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.2035
|
18 |
+
- R2: -0.3662
|
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.3498 | 1.0 | 14 | 0.1845 | -0.2382 |
|
50 |
+
| 0.2442 | 2.0 | 28 | 0.1575 | -0.0573 |
|
51 |
+
| 0.1553 | 3.0 | 42 | 0.2216 | -0.4872 |
|
52 |
+
| 0.0726 | 4.0 | 56 | 0.1972 | -0.3234 |
|
53 |
+
| 0.0564 | 5.0 | 70 | 0.2832 | -0.9009 |
|
54 |
+
| 0.0525 | 6.0 | 84 | 0.1854 | -0.2444 |
|
55 |
+
| 0.0385 | 7.0 | 98 | 0.2816 | -0.8900 |
|
56 |
+
| 0.0257 | 8.0 | 112 | 0.1815 | -0.2183 |
|
57 |
+
| 0.03 | 9.0 | 126 | 0.3065 | -1.0576 |
|
58 |
+
| 0.0275 | 10.0 | 140 | 0.1991 | -0.3367 |
|
59 |
+
| 0.0175 | 11.0 | 154 | 0.2400 | -0.6110 |
|
60 |
+
| 0.017 | 12.0 | 168 | 0.1915 | -0.2856 |
|
61 |
+
| 0.0158 | 13.0 | 182 | 0.2008 | -0.3477 |
|
62 |
+
| 0.0127 | 14.0 | 196 | 0.1932 | -0.2968 |
|
63 |
+
| 0.009 | 15.0 | 210 | 0.2500 | -0.6783 |
|
64 |
+
| 0.0078 | 16.0 | 224 | 0.1969 | -0.3215 |
|
65 |
+
| 0.0075 | 17.0 | 238 | 0.1857 | -0.2463 |
|
66 |
+
| 0.0079 | 18.0 | 252 | 0.2405 | -0.6145 |
|
67 |
+
| 0.0089 | 19.0 | 266 | 0.1865 | -0.2517 |
|
68 |
+
| 0.0082 | 20.0 | 280 | 0.2275 | -0.5267 |
|
69 |
+
| 0.0078 | 21.0 | 294 | 0.1890 | -0.2687 |
|
70 |
+
| 0.0072 | 22.0 | 308 | 0.2230 | -0.4965 |
|
71 |
+
| 0.0064 | 23.0 | 322 | 0.2286 | -0.5346 |
|
72 |
+
| 0.0052 | 24.0 | 336 | 0.2154 | -0.4457 |
|
73 |
+
| 0.0049 | 25.0 | 350 | 0.1901 | -0.2757 |
|
74 |
+
| 0.0062 | 26.0 | 364 | 0.1917 | -0.2870 |
|
75 |
+
| 0.0043 | 27.0 | 378 | 0.2042 | -0.3704 |
|
76 |
+
| 0.0038 | 28.0 | 392 | 0.2251 | -0.5110 |
|
77 |
+
| 0.0049 | 29.0 | 406 | 0.2092 | -0.4040 |
|
78 |
+
| 0.0044 | 30.0 | 420 | 0.2119 | -0.4221 |
|
79 |
+
| 0.0041 | 31.0 | 434 | 0.2018 | -0.3542 |
|
80 |
+
| 0.0039 | 32.0 | 448 | 0.1875 | -0.2586 |
|
81 |
+
| 0.0038 | 33.0 | 462 | 0.1980 | -0.3291 |
|
82 |
+
| 0.0038 | 34.0 | 476 | 0.2071 | -0.3903 |
|
83 |
+
| 0.0043 | 35.0 | 490 | 0.1998 | -0.3412 |
|
84 |
+
| 0.0043 | 36.0 | 504 | 0.2052 | -0.3771 |
|
85 |
+
| 0.004 | 37.0 | 518 | 0.2143 | -0.4382 |
|
86 |
+
| 0.004 | 38.0 | 532 | 0.1977 | -0.3273 |
|
87 |
+
| 0.0039 | 39.0 | 546 | 0.2002 | -0.3439 |
|
88 |
+
| 0.0034 | 40.0 | 560 | 0.2035 | -0.3659 |
|
89 |
+
| 0.0036 | 41.0 | 574 | 0.1994 | -0.3387 |
|
90 |
+
| 0.0029 | 42.0 | 588 | 0.2036 | -0.3667 |
|
91 |
+
| 0.0032 | 43.0 | 602 | 0.2055 | -0.3797 |
|
92 |
+
| 0.0029 | 44.0 | 616 | 0.2025 | -0.3593 |
|
93 |
+
| 0.0027 | 45.0 | 630 | 0.2047 | -0.3743 |
|
94 |
+
| 0.0033 | 46.0 | 644 | 0.2067 | -0.3877 |
|
95 |
+
| 0.0027 | 47.0 | 658 | 0.2035 | -0.3662 |
|
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
|