How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "pythainlp/KhanomTanLLM-1B-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": "pythainlp/KhanomTanLLM-1B-Instruct",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/pythainlp/KhanomTanLLM-1B-Instruct
Quick Links

Model Card for KhanomTan LLM Instruct 1B

KhanomTan LLM Instruct 1B is a test model for Thai language.

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: Wannaphong Phatthiyaphaibun
  • Model type: text-generation
  • Language(s) (NLP): Thai
  • License: apache-2.0

Model Sources [optional]

Downloads last month
3
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pythainlp/KhanomTanLLM-1B-Instruct

Quantizations
3 models