Instructions to use psetialana/weling-llama3.1_8b_instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use psetialana/weling-llama3.1_8b_instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("psetialana/weling-llama3.1_8b_instruct", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio
How to use psetialana/weling-llama3.1_8b_instruct 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 psetialana/weling-llama3.1_8b_instruct 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 psetialana/weling-llama3.1_8b_instruct to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for psetialana/weling-llama3.1_8b_instruct to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="psetialana/weling-llama3.1_8b_instruct", max_seq_length=2048, )
WELING Llama
WELING Llama is an advanced large language model (LLM) built on the Llama architecture, fine-tuned using the WELING dataset (Warmly Engaging Language for Indonesian Natural Generations). This model is specifically designed to excel in Indonesian conversational scenarios, blending the powerful Llama architecture with WELING's tailored.
Key Features
Proactive Conversation
The model actively engages users by starting meaningful conversations based on their habits, preferences, and prior interactions.Personalized Dialogue
Trained on WELING’s diverse conversational data, the model adapts its tone and responses, creating personalized and human-like interactions.Empathetic Understanding
Fine-tuned to exhibit empathy, WELING Llama responds in ways that feel supportive, emotionally resonant, and contextually relevant.Retrieval-Augmented Responses
Equipped with retrieval-augmented generation techniques, WELING Llama ensures accurate, context-aware replies by referencing prior dialogue and external data when needed.
Model tree for psetialana/weling-llama3.1_8b_instruct
Base model
meta-llama/Llama-3.1-8B