Samaksh Khatri commited on
Commit
936049a
1 Parent(s): 479c829

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2-medium
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: gmra_model_gpt2-medium_15082023T113143
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # gmra_model_gpt2-medium_15082023T113143
17
+
18
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2694
21
+ - Accuracy: 0.9464
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | No log | 1.0 | 142 | 0.4750 | 0.8409 |
55
+ | No log | 2.0 | 284 | 0.2932 | 0.9033 |
56
+ | No log | 2.99 | 426 | 0.2850 | 0.9192 |
57
+ | 0.5761 | 4.0 | 569 | 0.2622 | 0.9279 |
58
+ | 0.5761 | 5.0 | 711 | 0.2580 | 0.9367 |
59
+ | 0.5761 | 6.0 | 853 | 0.2768 | 0.9394 |
60
+ | 0.5761 | 6.99 | 995 | 0.2640 | 0.9473 |
61
+ | 0.0682 | 8.0 | 1138 | 0.2493 | 0.9464 |
62
+ | 0.0682 | 9.0 | 1280 | 0.2739 | 0.9446 |
63
+ | 0.0682 | 9.98 | 1420 | 0.2694 | 0.9464 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.31.0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.14.4
71
+ - Tokenizers 0.13.3