Phonepadith/laos-long-content
Viewer • Updated • 1.5k • 9 • 1
How to use Phonepadith/aidc-laollm-5k-based-qwen with fastai:
from huggingface_hub import from_pretrained_fastai
learn = from_pretrained_fastai("Phonepadith/aidc-laollm-5k-based-qwen")How to use Phonepadith/aidc-laollm-5k-based-qwen with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Phonepadith/aidc-laollm-5k-based-qwen # Run inference directly in the terminal: llama cli -hf Phonepadith/aidc-laollm-5k-based-qwen
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Phonepadith/aidc-laollm-5k-based-qwen # Run inference directly in the terminal: llama cli -hf Phonepadith/aidc-laollm-5k-based-qwen
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Phonepadith/aidc-laollm-5k-based-qwen # Run inference directly in the terminal: ./llama-cli -hf Phonepadith/aidc-laollm-5k-based-qwen
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Phonepadith/aidc-laollm-5k-based-qwen # Run inference directly in the terminal: ./build/bin/llama-cli -hf Phonepadith/aidc-laollm-5k-based-qwen
docker model run hf.co/Phonepadith/aidc-laollm-5k-based-qwen
How to use Phonepadith/aidc-laollm-5k-based-qwen with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Phonepadith/aidc-laollm-5k-based-qwen"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "Phonepadith/aidc-laollm-5k-based-qwen",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/Phonepadith/aidc-laollm-5k-based-qwen
How to use Phonepadith/aidc-laollm-5k-based-qwen with Ollama:
ollama run hf.co/Phonepadith/aidc-laollm-5k-based-qwen
How to use Phonepadith/aidc-laollm-5k-based-qwen with Unsloth Studio:
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 Phonepadith/aidc-laollm-5k-based-qwen to start chatting
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 Phonepadith/aidc-laollm-5k-based-qwen to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Phonepadith/aidc-laollm-5k-based-qwen to start chatting
How to use Phonepadith/aidc-laollm-5k-based-qwen with Docker Model Runner:
docker model run hf.co/Phonepadith/aidc-laollm-5k-based-qwen
How to use Phonepadith/aidc-laollm-5k-based-qwen with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Phonepadith/aidc-laollm-5k-based-qwen
lemonade run user.aidc-laollm-5k-based-qwen-{{QUANT_TAG}}lemonade list
This is a Lao language chat model based on Qwen/Qwen1.5-7B, fine-tuned on the AIDC 5K Lao prompt-completion dataset, and exported to GGUF format with Q8_0 quantization for fast inference using llama.cpp, LM Studio, or Ollama.
| Feature | Details |
|---|---|
| Base Model | Qwen1.5-7B |
| Fine-tuned By | Phonepadith Phoummavong |
| Language | Lao (lo) |
| Dataset | AIDC 5K Lao Prompt-Completion Dataset |
| Quantization | Q8_0 (8-bit, GGUF) |
| Format | GGUF |
| File Name | seallm-7b-lao-finetuned-lora-q8.gguf |
| Size (est.) | ~3–5 GB |
| License | apache-2.0 |
.gguf model file.aidc-laollm-5k-based-qwen-Q8.gguf..gguf file in your models directory.Modelfile:FROM qwen:7b
PARAMETER quantization=q8_0
We're not able to determine the quantization variants.
Base model
Qwen/Qwen2.5-VL-7B-Instruct