gokuls commited on
Commit
d71d170
1 Parent(s): b620944

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: bert_12_layer_model_v1_complete_training_new_wt_init_48
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bert_12_layer_model_v1_complete_training_new_wt_init_48
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.6168
19
+ - Accuracy: 0.5281
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 48
40
+ - eval_batch_size: 48
41
+ - seed: 10
42
+ - distributed_type: multi-GPU
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 10000
46
+ - num_epochs: 5
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
+ | 6.4172 | 0.08 | 10000 | 6.3664 | 0.1317 |
53
+ | 6.1014 | 0.16 | 20000 | 6.0532 | 0.1497 |
54
+ | 5.8255 | 0.25 | 30000 | 5.7466 | 0.1656 |
55
+ | 5.0543 | 0.33 | 40000 | 4.7539 | 0.2752 |
56
+ | 4.1669 | 0.41 | 50000 | 3.8568 | 0.3739 |
57
+ | 3.7259 | 0.49 | 60000 | 3.4751 | 0.4215 |
58
+ | 3.4547 | 0.57 | 70000 | 3.2615 | 0.4469 |
59
+ | 3.2968 | 0.66 | 80000 | 3.1250 | 0.4638 |
60
+ | 3.1805 | 0.74 | 90000 | 3.0246 | 0.4760 |
61
+ | 3.0963 | 0.82 | 100000 | 2.9491 | 0.4858 |
62
+ | 3.0238 | 0.9 | 110000 | 2.8874 | 0.4933 |
63
+ | 2.9729 | 0.98 | 120000 | 2.8317 | 0.5003 |
64
+ | 2.9156 | 1.07 | 130000 | 2.7824 | 0.5063 |
65
+ | 2.8784 | 1.15 | 140000 | 2.7434 | 0.5111 |
66
+ | 2.8333 | 1.23 | 150000 | 2.7081 | 0.5164 |
67
+ | 2.8043 | 1.31 | 160000 | 2.6730 | 0.5205 |
68
+ | 2.7646 | 1.39 | 170000 | 2.6436 | 0.5248 |
69
+ | 2.7403 | 1.47 | 180000 | 2.6168 | 0.5281 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.29.2
75
+ - Pytorch 1.14.0a0+410ce96
76
+ - Datasets 2.12.0
77
+ - Tokenizers 0.13.3