How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "teilomillet/MiniMerlin-3b-v0.1"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "teilomillet/MiniMerlin-3b-v0.1",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/teilomillet/MiniMerlin-3b-v0.1
Quick Links
  • Model : https://huggingface.co/GeneZC/MiniChat-1.5-3B

  • FT : @teilomillet

  • Instruction tune using QLoRA on a french dataset for 1 epoch. The aim was to test and try the dataset. Implementing a customization via a dataset and fine-tuning on it. The way to respond is also important to see if it's taken from the dataset and add to the customization.

This is the first of a long serie of multiple models. Aimed to be minuscule as possible.

  • Batch : 6
  • Gradient step : 1
  • Epoch : 1
  • Lr : 0.0002
Downloads last month
125
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for teilomillet/MiniMerlin-3b-v0.1

Quantizations
1 model

Collection including teilomillet/MiniMerlin-3b-v0.1