Instructions to use ReallyNotMe/model3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ReallyNotMe/model3b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ReallyNotMe/model3b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use ReallyNotMe/model3b 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 ReallyNotMe/model3b 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 ReallyNotMe/model3b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ReallyNotMe/model3b to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="ReallyNotMe/model3b", max_seq_length=2048, )
File size: 605 Bytes
35e7a0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"</tool_call>": 147090,
"<tool_call>": 147089,
"<|box_end|>": 147081,
"<|box_start|>": 147080,
"<|endoftext|>": 147075,
"<|file_sep|>": 147096,
"<|fim_middle|>": 147092,
"<|fim_pad|>": 147094,
"<|fim_prefix|>": 147091,
"<|fim_suffix|>": 147093,
"<|im_end|>": 147077,
"<|im_start|>": 147076,
"<|image_pad|>": 147087,
"<|object_ref_end|>": 147079,
"<|object_ref_start|>": 147078,
"<|quad_end|>": 147083,
"<|quad_start|>": 147082,
"<|repo_name|>": 147095,
"<|video_pad|>": 147088,
"<|vision_end|>": 147085,
"<|vision_pad|>": 147086,
"<|vision_start|>": 147084
}
|