gokuls commited on
Commit
452c0ea
1 Parent(s): 2dd103a

Model save

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: bert_12_layer_model_v4_complete_training_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_v4_complete_training_48
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 4.7058
19
+ - Accuracy: 0.2878
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.5774 | 0.08 | 10000 | 6.5399 | 0.1253 |
53
+ | 6.3254 | 0.16 | 20000 | 6.3103 | 0.1388 |
54
+ | 6.2278 | 0.25 | 30000 | 6.2114 | 0.1443 |
55
+ | 6.1712 | 0.33 | 40000 | 6.1491 | 0.1475 |
56
+ | 6.12 | 0.41 | 50000 | 6.1086 | 0.1492 |
57
+ | 6.0914 | 0.49 | 60000 | 6.0781 | 0.1500 |
58
+ | 6.0676 | 0.57 | 70000 | 6.0540 | 0.1505 |
59
+ | 6.0492 | 0.66 | 80000 | 6.0345 | 0.1512 |
60
+ | 6.028 | 0.74 | 90000 | 6.0157 | 0.1516 |
61
+ | 5.9337 | 0.82 | 100000 | 5.8988 | 0.1533 |
62
+ | 5.7697 | 0.9 | 110000 | 5.7402 | 0.1654 |
63
+ | 5.6918 | 0.98 | 120000 | 5.6387 | 0.1777 |
64
+ | 5.6026 | 1.07 | 130000 | 5.5348 | 0.1910 |
65
+ | 5.5066 | 1.15 | 140000 | 5.4329 | 0.2035 |
66
+ | 5.4294 | 1.23 | 150000 | 5.3326 | 0.2144 |
67
+ | 5.3402 | 1.31 | 160000 | 5.2304 | 0.2270 |
68
+ | 5.2397 | 1.39 | 170000 | 5.1170 | 0.2406 |
69
+ | 5.1356 | 1.47 | 180000 | 4.9793 | 0.2564 |
70
+ | 5.0099 | 1.56 | 190000 | 4.8372 | 0.2730 |
71
+ | 4.885 | 1.64 | 200000 | 4.7058 | 0.2878 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.33.3
77
+ - Pytorch 1.14.0a0+410ce96
78
+ - Datasets 2.14.5
79
+ - Tokenizers 0.13.3