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

ECE-MIRAGE-1-15B

ECE-MIRAGE-1-15B est un modèle de langage fusionné développé à l'ECE (École d'Ingénieurs) en utilisant la méthode de fusion SLERP (Spherical Linear Interpolation). Ce modèle combine les forces des architectures rombodawg/Rombos-LLM-V2.5-Qwen-32b et Sakalti/ultiima-32B pour offrir des performances optimisées sur des tâches complexes.

Caractéristiques

  • Méthode de fusion : SLERP (Spherical Linear Interpolation).
  • Modèles sources :
    • rombodawg/Rombos-LLM-V2.5-Qwen-32b
    • Sakalti/ultiima-32B
  • Optimisation : bfloat16 pour des calculs rapides et efficaces.
  • Applications :
    • Raisonnement mathématique.
    • Compréhension contextuelle.
    • Tâches instructives (Instruction Following).
Downloads last month
8
Safetensors
Model size
15B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Youlln/ECE-MIRAGE-1-15B

Quantizations
2 models