gokuls commited on
Commit
b65a28a
·
1 Parent(s): 8f14107

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_72_v2
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_72_v2
15
+
16
+ This model is a fine-tuned version of [gokuls/sa_bert_12_layer_modified_complete_training_48_v2](https://huggingface.co/gokuls/sa_bert_12_layer_modified_complete_training_48_v2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.8053
19
+ - Accuracy: 0.5131
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
+ | 4.0671 | 0.05 | 10000 | 3.8478 | 0.3823 |
53
+ | 3.6213 | 0.11 | 20000 | 3.5673 | 0.4175 |
54
+ | 3.332 | 0.16 | 30000 | 3.3043 | 0.4519 |
55
+ | 3.2092 | 0.22 | 40000 | 3.1531 | 0.4706 |
56
+ | 3.244 | 0.27 | 50000 | 3.0523 | 0.4832 |
57
+ | 3.0837 | 0.33 | 60000 | 2.9714 | 0.4927 |
58
+ | 2.9158 | 0.38 | 70000 | 2.9020 | 0.5010 |
59
+ | 2.9578 | 0.44 | 80000 | 2.8434 | 0.5081 |
60
+ | 3.0681 | 0.49 | 90000 | 2.8053 | 0.5131 |
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