How to use from
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 appvoid/arco-2-reasoning-20k 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 appvoid/arco-2-reasoning-20k to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for appvoid/arco-2-reasoning-20k to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="appvoid/arco-2-reasoning-20k",
    max_seq_length=2048,
)
Quick Links

Uploaded model

  • Developed by: appvoid
  • License: apache-2.0
  • Finetuned from model : appvoid/arco-2

fine-tuned on 20k samples from KingNish reasoning dataset

format is like the template in the dataset:

<|im_start|>user
What is javascript?
<|im_end|>
<|im_start|>reasoning
I can answer directly to this question.
<|im_end|>
<|im_start|>assistant
That's a great question! JavaScript is a programming language that is commonly used to create interactive web pages and applications. It's known for its ability to create dynamic, interactive content and it's used by many web developers to create web pages, mobile applications, and more.

screenshot

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for appvoid/arco-2-reasoning-20k

Base model

appvoid/arco-2
Finetuned
(12)
this model
Merges
21 models
Quantizations
3 models