Makabaka commited on
Commit
7ba3fd3
1 Parent(s): 982d19b

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-issues-128
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-issues-128
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.6174
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: 32
38
+ - eval_batch_size: 8
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.5225 | 1.0 | 670 | 2.4071 |
49
+ | 2.2459 | 2.0 | 1340 | 2.0490 |
50
+ | 2.1137 | 3.0 | 2010 | 2.1236 |
51
+ | 2.0192 | 4.0 | 2680 | 2.0374 |
52
+ | 1.9307 | 5.0 | 3350 | 1.9619 |
53
+ | 1.8619 | 6.0 | 4020 | 1.9072 |
54
+ | 1.823 | 7.0 | 4690 | 1.8499 |
55
+ | 1.7415 | 8.0 | 5360 | 1.7408 |
56
+ | 1.6994 | 9.0 | 6030 | 1.7243 |
57
+ | 1.6576 | 10.0 | 6700 | 1.7139 |
58
+ | 1.6109 | 11.0 | 7370 | 1.8658 |
59
+ | 1.593 | 12.0 | 8040 | 1.9678 |
60
+ | 1.5501 | 13.0 | 8710 | 1.7578 |
61
+ | 1.5288 | 14.0 | 9380 | 1.7830 |
62
+ | 1.5135 | 15.0 | 10050 | 1.8932 |
63
+ | 1.4906 | 16.0 | 10720 | 1.6174 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.19.4
69
+ - Pytorch 1.11.0+cu113
70
+ - Datasets 2.3.1
71
+ - Tokenizers 0.12.1