Instructions to use SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall 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 SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall 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 SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="SousiOmine/sarashina2.2-3b-instruct-v0.1-Pythonic-FunctionCall", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -107,4 +107,4 @@ _ = model.generate(**inputs, streamer = text_streamer, temperature=0.7, max_new_
|
|
| 107 |
# chat.append({"role": "user", "content": "<tool_response>ζ»γε€γ―γΎγ¨γγ¦γγγ«</tool_response>"})
|
| 108 |
```
|
| 109 |
# 注ζηΉ
|
| 110 |
-
- γγ£γγγγ³γγ¬γΌγγι’ζ°εΌγ³εΊγγ«ε―ΎεΏγγ¦γγΎγγγ
|
|
|
|
| 107 |
# chat.append({"role": "user", "content": "<tool_response>ζ»γε€γ―γΎγ¨γγ¦γγγ«</tool_response>"})
|
| 108 |
```
|
| 109 |
# 注ζηΉ
|
| 110 |
+
- γγ£γγγγ³γγ¬γΌγγpythonι’ζ°εΌγ³εΊγγ«ε―ΎεΏγγ¦γγΎγγγ
|