Svetlana0303 commited on
Commit
27536e6
1 Parent(s): 639c777

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: Regression_longformer
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
+ # Regression_longformer
15
+
16
+ This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0973
19
+ - Mse: 0.0973
20
+ - Mae: 0.2464
21
+ - R2: 0.9498
22
+ - Accuracy: 0.8571
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: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 30
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|:--------:|
53
+ | No log | 1.0 | 4 | 3.1150 | 3.1150 | 1.4245 | -1.9228 | 0.2857 |
54
+ | No log | 2.0 | 8 | 2.4934 | 2.4934 | 1.2570 | -1.3396 | 0.4286 |
55
+ | No log | 3.0 | 12 | 1.5812 | 1.5812 | 1.1308 | -0.4836 | 0.1429 |
56
+ | No log | 4.0 | 16 | 1.4004 | 1.4004 | 1.0230 | -0.3140 | 0.4286 |
57
+ | No log | 5.0 | 20 | 2.4083 | 2.4083 | 1.2028 | -1.2597 | 0.4286 |
58
+ | No log | 6.0 | 24 | 2.4795 | 2.4795 | 1.2186 | -1.3265 | 0.2857 |
59
+ | No log | 7.0 | 28 | 1.9781 | 1.9781 | 1.0441 | -0.8560 | 0.5714 |
60
+ | No log | 8.0 | 32 | 1.6604 | 1.6604 | 0.9238 | -0.5579 | 0.5714 |
61
+ | No log | 9.0 | 36 | 1.5105 | 1.5105 | 0.9193 | -0.4172 | 0.5714 |
62
+ | No log | 10.0 | 40 | 0.9750 | 0.9750 | 0.7766 | 0.0852 | 0.5714 |
63
+ | No log | 11.0 | 44 | 0.6147 | 0.6147 | 0.6262 | 0.4233 | 0.2857 |
64
+ | No log | 12.0 | 48 | 0.5429 | 0.5429 | 0.5941 | 0.4906 | 0.4286 |
65
+ | No log | 13.0 | 52 | 0.4183 | 0.4183 | 0.5999 | 0.6075 | 0.4286 |
66
+ | No log | 14.0 | 56 | 0.5570 | 0.5570 | 0.6746 | 0.4774 | 0.2857 |
67
+ | No log | 15.0 | 60 | 0.2450 | 0.2450 | 0.4159 | 0.7701 | 0.7143 |
68
+ | No log | 16.0 | 64 | 0.1650 | 0.1650 | 0.3241 | 0.8452 | 0.7143 |
69
+ | No log | 17.0 | 68 | 0.1367 | 0.1367 | 0.2701 | 0.8718 | 0.8571 |
70
+ | No log | 18.0 | 72 | 0.1225 | 0.1225 | 0.2905 | 0.8850 | 0.8571 |
71
+ | No log | 19.0 | 76 | 0.1169 | 0.1169 | 0.2825 | 0.8903 | 0.8571 |
72
+ | No log | 20.0 | 80 | 0.1309 | 0.1309 | 0.3046 | 0.8772 | 0.8571 |
73
+ | No log | 21.0 | 84 | 0.4585 | 0.4585 | 0.5426 | 0.5698 | 0.5714 |
74
+ | No log | 22.0 | 88 | 0.2451 | 0.2451 | 0.4216 | 0.7700 | 0.5714 |
75
+ | No log | 23.0 | 92 | 0.1123 | 0.1123 | 0.2678 | 0.8946 | 0.8571 |
76
+ | No log | 24.0 | 96 | 0.0942 | 0.0942 | 0.2816 | 0.9116 | 1.0 |
77
+ | No log | 25.0 | 100 | 0.1239 | 0.1239 | 0.2445 | 0.8838 | 0.8571 |
78
+ | No log | 26.0 | 104 | 0.2268 | 0.2268 | 0.3540 | 0.7872 | 0.8571 |
79
+ | No log | 27.0 | 108 | 0.3575 | 0.3575 | 0.4408 | 0.6645 | 0.5714 |
80
+ | No log | 28.0 | 112 | 0.3418 | 0.3418 | 0.4349 | 0.6793 | 0.5714 |
81
+ | No log | 29.0 | 116 | 0.2677 | 0.2677 | 0.3958 | 0.7488 | 0.5714 |
82
+ | No log | 30.0 | 120 | 0.2235 | 0.2235 | 0.3717 | 0.7903 | 0.5714 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.26.1
88
+ - Pytorch 1.13.1+cu116
89
+ - Datasets 2.9.0
90
+ - Tokenizers 0.13.2