gokuls commited on
Commit
a33c6d2
·
1 Parent(s): 00948bf

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_24
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_24
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: 5.7648
19
+ - Accuracy: 0.1722
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
+ | 6.5933 | 0.05 | 10000 | 6.5711 | 0.1226 |
53
+ | 6.1523 | 0.11 | 20000 | 6.3425 | 0.1396 |
54
+ | 6.1308 | 0.16 | 30000 | 6.2468 | 0.1444 |
55
+ | 6.2297 | 0.22 | 40000 | 6.1895 | 0.1468 |
56
+ | 6.1484 | 0.27 | 50000 | 6.1483 | 0.1487 |
57
+ | 6.0591 | 0.33 | 60000 | 6.1205 | 0.1492 |
58
+ | 6.0199 | 0.38 | 70000 | 6.0862 | 0.1501 |
59
+ | 5.8666 | 0.44 | 80000 | 5.8875 | 0.1600 |
60
+ | 5.9153 | 0.49 | 90000 | 5.7648 | 0.1722 |
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