gokuls commited on
Commit
2b47002
·
1 Parent(s): 1eab3a7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: sa_bert_12_layer_modified_complete_training_96
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_modified_complete_training_96
15
+
16
+ This model is a fine-tuned version of [gokuls/sa_bert_12_layer_modified_complete_training_72_v2](https://huggingface.co/gokuls/sa_bert_12_layer_modified_complete_training_72_v2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.5432
19
+ - Accuracy: 0.5446
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: 32
40
+ - eval_batch_size: 32
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
+ | 2.9291 | 0.05 | 10000 | 2.7772 | 0.5161 |
53
+ | 2.8002 | 0.11 | 20000 | 2.7374 | 0.5210 |
54
+ | 2.6962 | 0.16 | 30000 | 2.6995 | 0.5256 |
55
+ | 2.6628 | 0.22 | 40000 | 2.6681 | 0.5296 |
56
+ | 2.7735 | 0.27 | 50000 | 2.6399 | 0.5332 |
57
+ | 2.6821 | 0.33 | 60000 | 2.6079 | 0.5366 |
58
+ | 2.6073 | 0.38 | 70000 | 2.5830 | 0.5397 |
59
+ | 2.6742 | 0.44 | 80000 | 2.5624 | 0.5422 |
60
+ | 2.8162 | 0.49 | 90000 | 2.5432 | 0.5446 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.30.2
66
+ - Pytorch 1.14.0a0+410ce96
67
+ - Datasets 2.13.1
68
+ - Tokenizers 0.13.3