gokuls commited on
Commit
7fb3763
1 Parent(s): 1801ed5

Model save

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: bert_12_layer_model_v3_complete_training_new_emb_compress_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_v3_complete_training_new_emb_compress_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: 5.9595
19
+ - Accuracy: 0.1573
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
+ | 7.1148 | 0.08 | 10000 | 7.0921 | 0.0828 |
53
+ | 6.6864 | 0.16 | 20000 | 6.6879 | 0.1078 |
54
+ | 6.5451 | 0.25 | 30000 | 6.5435 | 0.1184 |
55
+ | 6.4606 | 0.33 | 40000 | 6.4515 | 0.1262 |
56
+ | 6.3851 | 0.41 | 50000 | 6.3851 | 0.1312 |
57
+ | 6.3371 | 0.49 | 60000 | 6.3357 | 0.1342 |
58
+ | 6.2971 | 0.57 | 70000 | 6.2923 | 0.1373 |
59
+ | 6.2682 | 0.66 | 80000 | 6.2605 | 0.1399 |
60
+ | 6.2352 | 0.74 | 90000 | 6.2301 | 0.1411 |
61
+ | 6.214 | 0.82 | 100000 | 6.2090 | 0.1430 |
62
+ | 6.1837 | 0.9 | 110000 | 6.1865 | 0.1443 |
63
+ | 6.1726 | 0.98 | 120000 | 6.1682 | 0.1451 |
64
+ | 6.1524 | 1.07 | 130000 | 6.1498 | 0.1464 |
65
+ | 6.1293 | 1.15 | 140000 | 6.1300 | 0.1468 |
66
+ | 6.1116 | 1.23 | 150000 | 6.1026 | 0.1479 |
67
+ | 6.0839 | 1.31 | 160000 | 6.0797 | 0.1490 |
68
+ | 6.0616 | 1.39 | 170000 | 6.0590 | 0.1499 |
69
+ | 6.0508 | 1.47 | 180000 | 6.0399 | 0.1509 |
70
+ | 6.0311 | 1.56 | 190000 | 6.0233 | 0.1517 |
71
+ | 6.015 | 1.64 | 200000 | 6.0048 | 0.1533 |
72
+ | 5.985 | 1.72 | 210000 | 5.9863 | 0.1547 |
73
+ | 5.9661 | 1.8 | 220000 | 5.9595 | 0.1573 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.33.2
79
+ - Pytorch 1.14.0a0+410ce96
80
+ - Datasets 2.14.5
81
+ - Tokenizers 0.13.3