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
|
@@ -100,7 +100,7 @@ widget:
|
|
| 100 |
example_title: Example Five
|
| 101 |
inference:
|
| 102 |
parameters:
|
| 103 |
-
max_length:
|
| 104 |
num_beams: 4
|
| 105 |
---
|
| 106 |
|
|
|
|
| 100 |
example_title: Example Five
|
| 101 |
inference:
|
| 102 |
parameters:
|
| 103 |
+
max_length: 96
|
| 104 |
num_beams: 4
|
| 105 |
---
|
| 106 |
|