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

🌟 Sorie-0.5B : Documentation Officielle

sorie

Bienvenue dans la documentation de Sorie, un LLM innovant conçu pour l'efficacité et la performance. Développé entièrement from scratch par Clem, Sorie repose sur l'architecture propriétaire SoraForSLM.

📊 Fiche Technique

Caractéristique Détails
Nom du Modèle Sorie-0.5B
Version 1.0.0
Développeur Clem
Type Décodeur-uniquement (Causal LM)
Nombre de paramètres ~500 millions
Format PyTorch / Safetensors

💕 Sorie

"Sorie est le fruit d'une exploration passionnée sur l'optimisation des architectures de langage. L'objectif était de prouver qu'un modèle de 0.5B peut être à la fois intelligent et extrêmement agile." — Clem

📜 Licence

Sorie est distribuée sous licence artistique.

📛 : Le Nom Sorie n'a rien a voir avec une sourie ou le mot "sorry" en anglais. c'est un nom tiré de "Sora", avec la terminaison en ie qui signifie "Performant/Grand" dans la conlangs Thëienne en cours de création. Sorie est donc un nom qui signifie "Le Grand Sora" et qui n'a rien a voir avec sorry ou avec une sourie.

Downloads last month
11
Safetensors
Model size
0.5B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support