kailasps commited on
Commit
4f2b730
1 Parent(s): 8c1e544

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
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
- # codeparrot-ds
15
 
16
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
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
+ - hf.rst.imurse/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