Instructions to use RESMP-DEV/gpt-oss-20b-bash-unsloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RESMP-DEV/gpt-oss-20b-bash-unsloth with PEFT:
Task type is invalid.
- Transformers
How to use RESMP-DEV/gpt-oss-20b-bash-unsloth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RESMP-DEV/gpt-oss-20b-bash-unsloth", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio
How to use RESMP-DEV/gpt-oss-20b-bash-unsloth with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RESMP-DEV/gpt-oss-20b-bash-unsloth to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RESMP-DEV/gpt-oss-20b-bash-unsloth to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RESMP-DEV/gpt-oss-20b-bash-unsloth to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="RESMP-DEV/gpt-oss-20b-bash-unsloth", max_seq_length=2048, )
- Xet hash:
- bf8add977c0d059d5e5e2fde1b55f00a6e83fae6807c4e20a3c113f876320505
- Size of remote file:
- 6.23 kB
- SHA256:
- 1ff2c89286a9b0ace97d267c38cfd719145c43fec4fc11232fe60372318c6c6d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.