Text Generation
Transformers
Safetensors
qwen3_5_text
build-small-hackathon
conversational
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "LH-Tech-AI/OpenMythos"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "LH-Tech-AI/OpenMythos",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/LH-Tech-AI/OpenMythos
Quick Links

Sorry, Didn;t have much time left to Update Model Card. Will Update after Hackathon will end.

Please try Demo Space: https://huggingface.co/spaces/build-small-hackathon/OpenMythos

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

Model tree for LH-Tech-AI/OpenMythos

Base model

Qwen/Qwen3.6-27B
Finetuned
(243)
this model

Datasets used to train LH-Tech-AI/OpenMythos