Instructions to use kernelguardian/instruct2action_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kernelguardian/instruct2action_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kernelguardian/instruct2action_model") model = AutoModelForSeq2SeqLM.from_pretrained("kernelguardian/instruct2action_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
341db5f
1
Parent(s): fd9b797
Upload T5ForConditionalGeneration
Browse files- generation_config.json +0 -1
generation_config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
"pad_token_id": 0,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
"pad_token_id": 0,
|