Sabyasachi
commited on
Commit
•
bd22779
1
Parent(s):
734ca4d
update model card README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
tags:
|
4 |
-
-
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information
|
11 |
-
probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
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 |
-
-
|
18 |
-
- Validation Loss: 9.3601
|
19 |
-
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,19 +33,28 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
-
|
39 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
-
|
|
44 |
-
|
45 |
-
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
- Transformers 4.27.3
|
51 |
-
-
|
52 |
- Datasets 2.10.1
|
53 |
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
tags:
|
4 |
+
- generated_from_trainer
|
5 |
model-index:
|
6 |
+
- name: codeparrot-ds
|
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 |
+
# codeparrot-ds
|
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: 1.6087
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0005
|
37 |
+
- train_batch_size: 32
|
38 |
+
- eval_batch_size: 32
|
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_steps: 1000
|
45 |
+
- num_epochs: 1
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 2.4778 | 0.93 | 5000 | 1.6087 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.27.3
|
58 |
+
- Pytorch 1.13.1+cu116
|
59 |
- Datasets 2.10.1
|
60 |
- Tokenizers 0.13.2
|