Transformers
PyTorch
Safetensors
English
bart
text2text-generation
Generated from Trainer
instruct
instructions
code
instructiongen
Instructions to use pszemraj/bart-large-code-instructiongen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/bart-large-code-instructiongen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/bart-large-code-instructiongen") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/bart-large-code-instructiongen") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ metrics:
|
|
| 12 |
- rouge
|
| 13 |
language:
|
| 14 |
- en
|
| 15 |
-
|
| 16 |
- text: |
|
| 17 |
import torch
|
| 18 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
|
| 12 |
- rouge
|
| 13 |
language:
|
| 14 |
- en
|
| 15 |
+
widget:
|
| 16 |
- text: |
|
| 17 |
import torch
|
| 18 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|