Mcy commited on
Commit
467ef40
·
1 Parent(s): cc281ba

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert-base-uncased-finetuned-classification_TokenNew
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
+ # bert-base-uncased-finetuned-classification_TokenNew
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 41.4553
20
+ - Mse: 41.4553
21
+ - Mae: 4.7280
22
+ - R2: 0.7658
23
+ - Accuracy: 0.1600
24
+ - Msev: 0.0241
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy | Msev |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:------:|:--------:|:------:|
55
+ | 10.3178 | 1.0 | 5215 | 41.8852 | 41.8852 | 4.6705 | 0.7634 | 0.1827 | 0.0239 |
56
+ | 3.6731 | 2.0 | 10430 | 45.6101 | 45.6101 | 4.9092 | 0.7423 | 0.1809 | 0.0219 |
57
+ | 2.0891 | 3.0 | 15645 | 42.1319 | 42.1319 | 4.7640 | 0.7620 | 0.1525 | 0.0237 |
58
+ | 1.5213 | 4.0 | 20860 | 42.0646 | 42.0646 | 4.7562 | 0.7623 | 0.1588 | 0.0238 |
59
+ | 1.1904 | 5.0 | 26075 | 42.0155 | 42.0155 | 4.7778 | 0.7626 | 0.1563 | 0.0238 |
60
+ | 1.0127 | 6.0 | 31290 | 41.6389 | 41.6389 | 4.7342 | 0.7647 | 0.1660 | 0.0240 |
61
+ | 0.9218 | 7.0 | 36505 | 40.9860 | 40.9860 | 4.7009 | 0.7684 | 0.1589 | 0.0244 |
62
+ | 0.7466 | 8.0 | 41720 | 40.1809 | 40.1809 | 4.6686 | 0.7730 | 0.1629 | 0.0249 |
63
+ | 0.7264 | 9.0 | 46935 | 40.9795 | 40.9795 | 4.7043 | 0.7685 | 0.1616 | 0.0244 |
64
+ | 0.6968 | 10.0 | 52150 | 41.4553 | 41.4553 | 4.7280 | 0.7658 | 0.1600 | 0.0241 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.21.3
70
+ - Pytorch 1.12.1+cu113
71
+ - Datasets 2.4.0
72
+ - Tokenizers 0.12.1