Instructions to use NsuMILab/spark_weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NsuMILab/spark_weights with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NsuMILab/spark_weights", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use NsuMILab/spark_weights 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 NsuMILab/spark_weights 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 NsuMILab/spark_weights to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NsuMILab/spark_weights to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="NsuMILab/spark_weights", max_seq_length=2048, )
- Xet hash:
- 905f1734cb880a4ed4f91c6db550e4c4302127ddb2100a4ccb9eecfc3813dab5
- Size of remote file:
- 14.1 MB
- SHA256:
- 9c8b057d6ca205a429cc3428b9fc815f0d6ee1d53106dd5e5b129ef9db2ff057
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.