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

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the TIES merge method using Nitral-AI/Wayfarer_Eris_Noctis-12B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: nbeerbower/mistral-nemo-gutenberg3-12B
    parameters:
      density: 0.4
      weight: 0.5
  - model: DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS
    parameters:
      density: 0.4
      weight: 0.3
  - model: TheDrummer/Rocinante-12B-v1.1
    parameters:
      density: 0.3
      weight: 0.5

merge_method: ties
base_model: Nitral-AI/Wayfarer_Eris_Noctis-12B
parameters:
  normalize: true  # Normalizza i pesi
  int8_mask: true
dtype: float16
Downloads last month
6
Safetensors
Model size
12B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ClaudioItaly/OroSaiwa-12B

Paper for ClaudioItaly/OroSaiwa-12B