juancopi81 commited on
Commit
9c1fe05
·
1 Parent(s): 9a47268

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: js-fake-bach-epochs20
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # js-fake-bach-epochs20
16
+
17
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5800
20
+ - Accuracy: 0.0015
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0006058454513356471
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 32
42
+ - seed: 1
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_ratio: 0.01
46
+ - num_epochs: 20
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.2488 | 1.25 | 315 | 0.8243 | 0.0009 |
53
+ | 0.8134 | 2.51 | 630 | 0.7738 | 0.0010 |
54
+ | 0.7677 | 3.76 | 945 | 0.7396 | 0.0002 |
55
+ | 0.7314 | 5.02 | 1260 | 0.7088 | 0.0006 |
56
+ | 0.692 | 6.27 | 1575 | 0.6734 | 0.0009 |
57
+ | 0.6545 | 7.53 | 1890 | 0.6414 | 0.0010 |
58
+ | 0.6175 | 8.78 | 2205 | 0.6071 | 0.0008 |
59
+ | 0.5782 | 10.04 | 2520 | 0.5945 | 0.0017 |
60
+ | 0.5385 | 11.29 | 2835 | 0.5838 | 0.0009 |
61
+ | 0.5026 | 12.55 | 3150 | 0.5722 | 0.0013 |
62
+ | 0.4694 | 13.8 | 3465 | 0.5676 | 0.0011 |
63
+ | 0.4389 | 15.06 | 3780 | 0.5713 | 0.0011 |
64
+ | 0.4083 | 16.31 | 4095 | 0.5761 | 0.0015 |
65
+ | 0.389 | 17.57 | 4410 | 0.5790 | 0.0015 |
66
+ | 0.3771 | 18.82 | 4725 | 0.5800 | 0.0015 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.29.1
72
+ - Pytorch 2.0.0+cu118
73
+ - Datasets 2.12.0
74
+ - Tokenizers 0.13.3