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

without_chat_RakutenAI-7B_task_arithmetic

without_chat_RakutenAI-7B_task_arithmetic is a merge of the following models using mergekit:

🧩 Configuration

models:
  - model: Rakuten/RakutenAI-7B-chat
    parameters:
      weight: 0.5
  - model: Rakuten/RakutenAI-7B
    parameters:
      weight: 0.5

merge_method: task_arithmetic
base_model: Rakuten/RakutenAI-7B
parameters:
  normalize: true
  int8_mask: true

dtype: bfloat16
Downloads last month
3
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support