GGUF
French
English
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Dabococo/OWAI_042csv",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Model Details

FR: Ceci est un modèle d'expérimentation basé sur llama3. Le modèle final aura pour but d'aider les gens sur Minecraft et plus spécifiquement sur le serveur Minecraft OpenWar (openwar.fr).

EN: This is an experimental model based on llama3. The final template will aim to help people on Minecraft and more specifically on the Minecraft OpenWar server (openwar.fr).

Model Description

  • Developed by: [Dabococo]
  • Model type: [Conversation, Q&A]
  • Finetuned from model: [Llama 3 Meta]

Recommendations

Attendez une meilleure version du modèle.

Wait for a better version of the model.

Downloads last month
8
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Dabococo/OWAI_042csv