Billwzl commited on
Commit
1dafd2d
1 Parent(s): 136b672

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-base-uncased-New_data_bert1
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
+ # bert-base-uncased-New_data_bert1
14
+
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.9215
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 16
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.4496 | 1.0 | 2018 | 2.2066 |
49
+ | 2.2532 | 2.0 | 4036 | 2.1438 |
50
+ | 2.1572 | 3.0 | 6054 | 2.1046 |
51
+ | 2.0839 | 4.0 | 8072 | 2.0943 |
52
+ | 2.0222 | 5.0 | 10090 | 2.0573 |
53
+ | 1.9608 | 6.0 | 12108 | 2.0188 |
54
+ | 1.9123 | 7.0 | 14126 | 2.0008 |
55
+ | 1.8666 | 8.0 | 16144 | 2.0063 |
56
+ | 1.8305 | 9.0 | 18162 | 1.9607 |
57
+ | 1.7958 | 10.0 | 20180 | 1.9702 |
58
+ | 1.7498 | 11.0 | 22198 | 1.9635 |
59
+ | 1.7172 | 12.0 | 24216 | 1.9404 |
60
+ | 1.695 | 13.0 | 26234 | 1.9455 |
61
+ | 1.6628 | 14.0 | 28252 | 1.9269 |
62
+ | 1.6558 | 15.0 | 30270 | 1.9173 |
63
+ | 1.6293 | 16.0 | 32288 | 1.9215 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.21.1
69
+ - Pytorch 1.12.1+cu113
70
+ - Datasets 2.4.0
71
+ - Tokenizers 0.12.1