How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "xaviviro/FLOR-1.3B-xat"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "xaviviro/FLOR-1.3B-xat",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/xaviviro/FLOR-1.3B-xat
Quick Links

FLOR-1.3B-xat

FLOR-1.3B-xat és el resultat de finetunejar el model FLOR-1.3B de Projecte Aina amb les instruccions d'OpenAssistant v2 traduïdes automàticament al català amb recursos de Helsinki-NLP i tractades en format ChatML.

Prompt Template

FLOR-1.3B-xat usa ChatML com a prompt template:

<|im_start|>user
Qui va ser Isaac Newton?<|im_end|>
<|im_start|>assistant\n
Downloads last month
8
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for xaviviro/FLOR-1.3B-xat

Finetuned
(1)
this model

Dataset used to train xaviviro/FLOR-1.3B-xat