eswardivi commited on
Commit
6dde61e
1 Parent(s): 2a25cfd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: dpt_2
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # dpt_2
14
+
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 4.5960
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 4e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - distributed_type: sagemaker_data_parallel
41
+ - num_devices: 8
42
+ - total_train_batch_size: 512
43
+ - total_eval_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 250
47
+ - num_epochs: 10
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 5.7672 | 1.55 | 500 | 5.7039 |
55
+ | 5.1184 | 3.11 | 1000 | 5.0316 |
56
+ | 4.9014 | 4.66 | 1500 | 4.7823 |
57
+ | 4.738 | 6.21 | 2000 | 4.6616 |
58
+ | 4.681 | 7.76 | 2500 | 4.6100 |
59
+ | 4.6872 | 9.32 | 3000 | 4.5960 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.1
65
+ - Pytorch 2.0.0
66
+ - Datasets 2.16.1
67
+ - Tokenizers 0.13.3