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

image/png

llama3.1-kartoffeldes-70B

Llama-3.1-Saoirse-70B finetuned on various datasets.

Method

ORPO tuned with 8x A100 for 2 epochs.

Downloads last month
10
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with nbeerbower/llama3.1-kartoffeldes-70B.

Model tree for nbeerbower/llama3.1-kartoffeldes-70B

Finetuned
(1)
this model
Merges
23 models
Quantizations
3 models

Datasets used to train nbeerbower/llama3.1-kartoffeldes-70B