cj-mills commited on
Commit
0f890d1
1 Parent(s): c7ba313

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
+ 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.2526
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
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.1071 | 1.0 | 291 | 1.6964 |
50
+ | 1.6421 | 2.0 | 582 | 1.4279 |
51
+ | 1.4853 | 3.0 | 873 | 1.3924 |
52
+ | 1.4014 | 4.0 | 1164 | 1.3701 |
53
+ | 1.3388 | 5.0 | 1455 | 1.1944 |
54
+ | 1.283 | 6.0 | 1746 | 1.2795 |
55
+ | 1.2394 | 7.0 | 2037 | 1.2671 |
56
+ | 1.2014 | 8.0 | 2328 | 1.2084 |
57
+ | 1.1668 | 9.0 | 2619 | 1.1783 |
58
+ | 1.14 | 10.0 | 2910 | 1.2076 |
59
+ | 1.1277 | 11.0 | 3201 | 1.2081 |
60
+ | 1.1053 | 12.0 | 3492 | 1.1628 |
61
+ | 1.0819 | 13.0 | 3783 | 1.2544 |
62
+ | 1.0763 | 14.0 | 4074 | 1.1695 |
63
+ | 1.0634 | 15.0 | 4365 | 1.1157 |
64
+ | 1.0637 | 16.0 | 4656 | 1.2526 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.18.0
70
+ - Pytorch 1.11.0
71
+ - Datasets 2.1.0
72
+ - Tokenizers 0.12.1