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="neody/nixtral-500m-ja",
	filename="nixtral.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Nixtral 500M ja

This model is developed by neodyland from scratch.
Please note that the training data contains wikipedia articles, and thats why this model is cc-by-sa-4.0

Credits

https://mikn.dev/ for RTX4090

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

Dataset used to train neody/nixtral-500m-ja