anujsahani01 commited on
Commit
2fc9083
1 Parent(s): 8d8813b

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: bsd-3-clause
3
- base_model: Salesforce/codegen-350M-mono
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # PyLoomer_CodeParrot
15
 
16
- This model is a fine-tuned version of [Salesforce/codegen-350M-mono](https://huggingface.co/Salesforce/codegen-350M-mono) on an unknown dataset.
17
 
18
  ## Model description
19
 
@@ -33,8 +33,8 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.0001
36
- - train_batch_size: 2
37
- - eval_batch_size: 2
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
@@ -49,5 +49,5 @@ The following hyperparameters were used during training:
49
 
50
  - Transformers 4.34.0.dev0
51
  - Pytorch 2.0.1+cu118
52
- - Datasets 2.14.4
53
- - Tokenizers 0.13.3
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: codeparrot/codeparrot-small
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # PyLoomer_CodeParrot
15
 
16
+ This model is a fine-tuned version of [codeparrot/codeparrot-small](https://huggingface.co/codeparrot/codeparrot-small) on an unknown dataset.
17
 
18
  ## Model description
19
 
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.0001
36
+ - train_batch_size: 6
37
+ - eval_batch_size: 6
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
 
49
 
50
  - Transformers 4.34.0.dev0
51
  - Pytorch 2.0.1+cu118
52
+ - Datasets 2.14.5
53
+ - Tokenizers 0.14.0