Instructions to use finalform/auto-gpt-oss-120B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use finalform/auto-gpt-oss-120B with PEFT:
Task type is invalid.
- Transformers
How to use finalform/auto-gpt-oss-120B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("finalform/auto-gpt-oss-120B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -11,5 +11,5 @@
|
|
| 11 |
"model_max_length": 1000000000000000019884624838656,
|
| 12 |
"model_specific_special_tokens": {},
|
| 13 |
"pad_token": "<|return|>",
|
| 14 |
-
"tokenizer_class": "
|
| 15 |
}
|
|
|
|
| 11 |
"model_max_length": 1000000000000000019884624838656,
|
| 12 |
"model_specific_special_tokens": {},
|
| 13 |
"pad_token": "<|return|>",
|
| 14 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 15 |
}
|