Transformers
PyTorch
Safetensors
English
bart
text2text-generation
Generated from Trainer
instruct
instructions
code
instructiongen
Instructions to use pszemraj/bart-base-code-instructiongen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/bart-base-code-instructiongen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/bart-base-code-instructiongen") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/bart-base-code-instructiongen") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.99, | |
| "train_loss": 1.2042206371664859, | |
| "train_runtime": 2861.2173, | |
| "train_samples": 18014, | |
| "train_samples_per_second": 18.888, | |
| "train_steps_per_second": 0.295 | |
| } |