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

Uses same data as mpasila/Viking-SlimInstruct-V1-7B.

Uses ChatML as usual.

Merged: mpasila/EuroLLM-Nordic-Instruct-9B

Uses the following datasets:

saillab/alpaca-icelandic-cleaned, kobprof/skolegpt-instruct, tollefj/nor-instruct-cleaned, skvarre/sv-instruct-v1, Gryphe/Sonnet3.5-SlimOrcaDedupCleaned-20k, LumiOpen/instruction-collection-fin, neph1/Alpaca-Lora-GPT4-Swedish-Refined

Uploaded EuroLLM-Nordic-Instruct-LoRA-9B model

  • Developed by: mpasila
  • License: apache-2.0
  • Finetuned from model : utter-project/EuroLLM-9B

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

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

Model tree for mpasila/EuroLLM-Nordic-Instruct-LoRA-9B

Adapter
(2)
this model

Datasets used to train mpasila/EuroLLM-Nordic-Instruct-LoRA-9B