How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "lopentu/Llama-3-8B-Taiwan-Llawa-TCxYZL-Instruct"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "lopentu/Llama-3-8B-Taiwan-Llawa-TCxYZL-Instruct",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/lopentu/Llama-3-8B-Taiwan-Llawa-TCxYZL-Instruct
Quick Links

Fine-tuning Data

  1. lopentu/TaiwanChat-Refined
  2. lopentu/SelfCollect-YZ

TCxYZ: the model was trained on both TaiwanChat-Refined and SelfCollect-YZ simultaneously.

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

Model tree for lopentu/Llama-3-8B-Taiwan-Llawa-TCxYZL-Instruct

Finetunes
2 models

Collection including lopentu/Llama-3-8B-Taiwan-Llawa-TCxYZL-Instruct