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

Nova Falcon H1R (Merged)

LoRA fine-tuned merge of tiiuae/Falcon-H1R-7B for the Nova Intelligence assistant.

Model Details

  • Architecture: FalconH1ForCausalLM (hybrid Mamba2 + Attention)
  • Parameters: 7.59B (BF16)
  • Context Length: 262,144 tokens (256K)
  • Base Model: tiiuae/Falcon-H1R-7B
  • Training: LoRA fine-tuned and merged

Deployment

Recommended vLLM settings:

  • Engine: vLLM >= 0.16.0
  • Instance: Nvidia A100 80GB (1x)
  • dtype: bfloat16 (MANDATORY - float16 not supported)
  • max-model-len: 32768
  • max-num-seqs: 64
  • temperature: 0.1
Downloads last month
10
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for obialfred/nova-falcon-h1r-merged

Finetuned
(4)
this model