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
| { | |
| "backend": "tokenizers", | |
| "bos_token": "<|startoftext|>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|return|>", | |
| "is_local": false, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 1000000000000000019884624838656, | |
| "model_specific_special_tokens": {}, | |
| "pad_token": "<|return|>", | |
| "tokenizer_class": "PreTrainedTokenizerFast" | |
| } | |