gokuls commited on
Commit
0c0429e
1 Parent(s): 419a867

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: sa_bert_12_layer_model_complete_training_new
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
+ # sa_bert_12_layer_model_complete_training_new
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: 7.4351
19
+ - Accuracy: 0.0442
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: 0.001
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 64
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.2755 | 0.11 | 10000 | 7.2838 | 0.0466 |
53
+ | 7.2773 | 0.22 | 20000 | 7.2702 | 0.0466 |
54
+ | 7.2658 | 0.33 | 30000 | 7.2628 | 0.0481 |
55
+ | 7.2999 | 0.44 | 40000 | 7.3364 | 0.0469 |
56
+ | 7.3 | 0.55 | 50000 | 7.3381 | 0.0470 |
57
+ | 7.342 | 0.66 | 60000 | 7.3410 | 0.0477 |
58
+ | 7.3392 | 0.76 | 70000 | 7.3417 | 0.0477 |
59
+ | 7.3357 | 0.87 | 80000 | 7.3412 | 0.0476 |
60
+ | 7.3331 | 0.98 | 90000 | 7.4346 | 0.0442 |
61
+ | 7.3351 | 1.09 | 100000 | 7.4346 | 0.0443 |
62
+ | 7.3352 | 1.2 | 110000 | 7.4352 | 0.0442 |
63
+ | 7.3306 | 1.31 | 120000 | 7.4347 | 0.0442 |
64
+ | 7.3281 | 1.42 | 130000 | 7.4351 | 0.0442 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.29.2
70
+ - Pytorch 1.14.0a0+410ce96
71
+ - Datasets 2.12.0
72
+ - Tokenizers 0.13.3