gweltou commited on
Commit
7af7fa1
1 Parent(s): 75cdce3

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -76
README.md DELETED
@@ -1,76 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- base_model: distilbert/distilgpt2
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: tiny-gpt2-br
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # tiny-gpt2-br
15
-
16
- This model is a fine-tuned version of [distilbert/distilgpt2](https://huggingface.co/distilbert/distilgpt2) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 3.8488
19
-
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
-
34
- ### Training hyperparameters
35
-
36
- The following hyperparameters were used during training:
37
- - learning_rate: 0.0002
38
- - train_batch_size: 16
39
- - eval_batch_size: 32
40
- - seed: 42
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_steps: 500
44
- - num_epochs: 4
45
-
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:-----:|:---------------:|
50
- | 6.2132 | 0.21 | 1000 | 5.2772 |
51
- | 5.0485 | 0.42 | 2000 | 4.7982 |
52
- | 4.7238 | 0.63 | 3000 | 4.5621 |
53
- | 4.5529 | 0.84 | 4000 | 4.4206 |
54
- | 4.4022 | 1.05 | 5000 | 4.3098 |
55
- | 4.2349 | 1.26 | 6000 | 4.2299 |
56
- | 4.1795 | 1.47 | 7000 | 4.1560 |
57
- | 4.1286 | 1.68 | 8000 | 4.0875 |
58
- | 4.0866 | 1.89 | 9000 | 4.0361 |
59
- | 3.9584 | 2.1 | 10000 | 4.0204 |
60
- | 3.8666 | 2.31 | 11000 | 3.9785 |
61
- | 3.8471 | 2.52 | 12000 | 3.9498 |
62
- | 3.8463 | 2.73 | 13000 | 3.9202 |
63
- | 3.8116 | 2.94 | 14000 | 3.8936 |
64
- | 3.697 | 3.15 | 15000 | 3.8964 |
65
- | 3.6553 | 3.36 | 16000 | 3.8825 |
66
- | 3.6525 | 3.56 | 17000 | 3.8660 |
67
- | 3.6494 | 3.77 | 18000 | 3.8522 |
68
- | 3.6542 | 3.98 | 19000 | 3.8488 |
69
-
70
-
71
- ### Framework versions
72
-
73
- - Transformers 4.39.1
74
- - Pytorch 2.0.1+cu117
75
- - Datasets 2.18.0
76
- - Tokenizers 0.15.2