olpa commited on
Commit
cb882cf
·
1 Parent(s): f07dcca

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.1389
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: 8
38
+ - eval_batch_size: 32
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
+ | 1.9863 | 1.0 | 1163 | 1.5917 |
49
+ | 1.579 | 2.0 | 2326 | 1.4668 |
50
+ | 1.4305 | 3.0 | 3489 | 1.3947 |
51
+ | 1.3367 | 4.0 | 4652 | 1.2889 |
52
+ | 1.2748 | 5.0 | 5815 | 1.3377 |
53
+ | 1.2184 | 6.0 | 6978 | 1.3370 |
54
+ | 1.1708 | 7.0 | 8141 | 1.2595 |
55
+ | 1.1309 | 8.0 | 9304 | 1.3044 |
56
+ | 1.0896 | 9.0 | 10467 | 1.2314 |
57
+ | 1.0614 | 10.0 | 11630 | 1.1699 |
58
+ | 1.0296 | 11.0 | 12793 | 1.2066 |
59
+ | 0.9896 | 12.0 | 13956 | 1.2158 |
60
+ | 0.983 | 13.0 | 15119 | 1.1289 |
61
+ | 0.9619 | 14.0 | 16282 | 1.1427 |
62
+ | 0.9387 | 15.0 | 17445 | 1.0767 |
63
+ | 0.9205 | 16.0 | 18608 | 1.1389 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.20.1
69
+ - Pytorch 1.11.0+cu102
70
+ - Datasets 2.2.1
71
+ - Tokenizers 0.12.1