geek1024 commited on
Commit
d232af7
1 Parent(s): f37b9c7

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: prompt-extend
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
+ # prompt-extend
14
+
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.1502
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: 0.0001
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 256
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_ratio: 0.1
45
+ - num_epochs: 3
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 6.3823 | 0.35 | 100 | 4.2083 |
53
+ | 3.72 | 0.69 | 200 | 3.2991 |
54
+ | 3.1185 | 1.04 | 300 | 2.8394 |
55
+ | 2.7284 | 1.39 | 400 | 2.5546 |
56
+ | 2.4932 | 1.74 | 500 | 2.3679 |
57
+ | 2.3408 | 2.08 | 600 | 2.2430 |
58
+ | 2.1997 | 2.43 | 700 | 2.1748 |
59
+ | 2.1631 | 2.78 | 800 | 2.1502 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.24.0
65
+ - Pytorch 1.12.1+cu113
66
+ - Datasets 2.6.1
67
+ - Tokenizers 0.13.2