Text Generation
Safetensors
English
conversational
mental-health
therapy
genz
dia
unsloth
fine-tuned
qwen
chatbot
hf-inference
Instructions to use iteshxt/dia-convo-v1.2c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use iteshxt/dia-convo-v1.2c 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 iteshxt/dia-convo-v1.2c 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 iteshxt/dia-convo-v1.2c to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for iteshxt/dia-convo-v1.2c to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="iteshxt/dia-convo-v1.2c", max_seq_length=2048, )
Improve language tag
#1
by lbourdois - opened
Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
dia is currently made for english interference and other languages will be added later. Even though, the base model (Qwen2.5) supports multi-language, dia is still in rudimentary phase, but thank you none the less for interacting and suggesting improvement.
iteshxt changed pull request status to closed