Update README.md
Browse files
README.md
CHANGED
|
@@ -3,17 +3,27 @@ license: mit
|
|
| 3 |
base_model: gpt2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: codeparrot-ds
|
| 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 |
-
#
|
| 15 |
|
| 16 |
-
This model is
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -53,4 +63,4 @@ The following hyperparameters were used during training:
|
|
| 53 |
- Transformers 4.42.4
|
| 54 |
- Pytorch 2.3.1+cu121
|
| 55 |
- Datasets 2.20.0
|
| 56 |
-
- Tokenizers 0.19.1
|
|
|
|
| 3 |
base_model: gpt2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
- code
|
| 7 |
+
- not-for-all-audiences
|
| 8 |
model-index:
|
| 9 |
- name: codeparrot-ds
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- huggingface-course/codeparrot-ds-valid
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
library_name: transformers
|
| 18 |
+
pipeline_tag: text-generation
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 22 |
should probably proofread and complete it, then remove this comment. -->
|
| 23 |
|
| 24 |
+
# GPT2-Codeparrot
|
| 25 |
|
| 26 |
+
This model is trained from scratch using random initilization [gpt2](https://huggingface.co/gpt2) on the validaition set of codeparrot.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 63 |
- Transformers 4.42.4
|
| 64 |
- Pytorch 2.3.1+cu121
|
| 65 |
- Datasets 2.20.0
|
| 66 |
+
- Tokenizers 0.19.1
|