Instructions to use ejschwartz/hext5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ejschwartz/hext5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ejschwartz/hext5") model = AutoModelForSeq2SeqLM.from_pretrained("ejschwartz/hext5") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ widget:
|
|
| 8 |
example_title: "Identifier Predict"
|
| 9 |
inference:
|
| 10 |
parameters:
|
| 11 |
-
max_new_tokens:
|
| 12 |
truncation: true
|
| 13 |
input_format:
|
| 14 |
summary_prediction: "summarize: <input_text>"
|
|
|
|
| 8 |
example_title: "Identifier Predict"
|
| 9 |
inference:
|
| 10 |
parameters:
|
| 11 |
+
max_new_tokens: 250
|
| 12 |
truncation: true
|
| 13 |
input_format:
|
| 14 |
summary_prediction: "summarize: <input_text>"
|