tanviraumi commited on
Commit
e686a50
1 Parent(s): 858a98e

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.2337
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: 128
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
+ | 2.3389 | 1.0 | 73 | 1.7400 |
49
+ | 1.8014 | 2.0 | 146 | 1.4690 |
50
+ | 1.634 | 3.0 | 219 | 1.4783 |
51
+ | 1.5461 | 4.0 | 292 | 1.3912 |
52
+ | 1.4706 | 5.0 | 365 | 1.3109 |
53
+ | 1.4161 | 6.0 | 438 | 1.3405 |
54
+ | 1.3664 | 7.0 | 511 | 1.3459 |
55
+ | 1.332 | 8.0 | 584 | 1.2745 |
56
+ | 1.3029 | 9.0 | 657 | 1.2633 |
57
+ | 1.2871 | 10.0 | 730 | 1.2336 |
58
+ | 1.2807 | 11.0 | 803 | 1.2966 |
59
+ | 1.2569 | 12.0 | 876 | 1.1508 |
60
+ | 1.2392 | 13.0 | 949 | 1.2530 |
61
+ | 1.237 | 14.0 | 1022 | 1.2485 |
62
+ | 1.2169 | 15.0 | 1095 | 1.2592 |
63
+ | 1.2272 | 16.0 | 1168 | 1.2337 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.19.1
69
+ - Pytorch 1.12.0.dev20220513+cu113
70
+ - Datasets 2.2.1
71
+ - Tokenizers 0.12.1