CoolFace
Modelpublic

tzaware/codet5p-spider

sourceHugging Facebsd-3-clauseupdated 10mo agoView on Hugging Face
0likes21downloads
README.md59 linesDownload Raw Back to root
1---2library_name: transformers3license: bsd-3-clause4base_model: Salesforce/codet5p-220m5tags:6- generated_from_trainer7model-index:8- name: codet5p-spider9  results: []10datasets:11- xlangai/spider12---13 14<!-- This model card has been generated automatically according to the information the Trainer had access to. You15should probably proofread and complete it, then remove this comment. -->16 17# codet5p-spider18 19This model is a fine-tuned version of [Salesforce/codet5p-220m](https://huggingface.co/Salesforce/codet5p-220m) on an Spider dataset.20 21## Model description22 23More information needed24 25## Intended uses & limitations26 27More information needed28 29## Training and evaluation data30 31More information needed32 33## Training procedure34 35### Training hyperparameters36 37The following hyperparameters were used during training:38- learning_rate: 5e-0539- train_batch_size: 440- eval_batch_size: 441- seed: 4242- gradient_accumulation_steps: 443- total_train_batch_size: 1644- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments45- lr_scheduler_type: linear46- lr_scheduler_warmup_ratio: 0.0347- num_epochs: 348- mixed_precision_training: Native AMP49 50### Training results51 52 53 54### Framework versions55 56- Transformers 4.57.157- Pytorch 2.8.0+cu12658- Datasets 4.4.159- Tokenizers 0.22.1