juancopi81 commited on
Commit
dd98b0c
1 Parent(s): 0a38d1d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: gpt2-finetuned-yannic-test
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
+ # gpt2-finetuned-yannic-test
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: 3.3803
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: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 8
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 3.5406 | 1.0 | 503 | 3.4633 |
49
+ | 3.4091 | 2.0 | 1006 | 3.4278 |
50
+ | 3.3505 | 3.0 | 1509 | 3.4075 |
51
+ | 3.3088 | 4.0 | 2012 | 3.3954 |
52
+ | 3.281 | 5.0 | 2515 | 3.3892 |
53
+ | 3.2616 | 6.0 | 3018 | 3.3846 |
54
+ | 3.2434 | 7.0 | 3521 | 3.3815 |
55
+ | 3.2357 | 8.0 | 4024 | 3.3803 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.24.0
61
+ - Pytorch 1.12.1+cu113
62
+ - Datasets 2.7.0
63
+ - Tokenizers 0.13.2