prateeky2806 commited on
Commit
0493750
1 Parent(s): a2c15f2

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - glue
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: bert-base-uncased-rte-ia3-epochs-10-lr-0.005
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # bert-base-uncased-rte-ia3-epochs-10-lr-0.005
19
+
20
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6986
23
+ - Accuracy: 0.7
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.005
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 28
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.06
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | No log | 1.0 | 75 | 0.6797 | 0.58 |
56
+ | No log | 2.0 | 150 | 0.6631 | 0.61 |
57
+ | No log | 3.0 | 225 | 0.6239 | 0.62 |
58
+ | No log | 4.0 | 300 | 0.5983 | 0.63 |
59
+ | No log | 5.0 | 375 | 0.6250 | 0.68 |
60
+ | No log | 6.0 | 450 | 0.6487 | 0.67 |
61
+ | 0.6417 | 7.0 | 525 | 0.6473 | 0.64 |
62
+ | 0.6417 | 8.0 | 600 | 0.6558 | 0.68 |
63
+ | 0.6417 | 9.0 | 675 | 0.6865 | 0.69 |
64
+ | 0.6417 | 10.0 | 750 | 0.6986 | 0.7 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.32.0.dev0
70
+ - Pytorch 2.0.1
71
+ - Datasets 2.14.4
72
+ - Tokenizers 0.13.3