GGUF
conversational
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="Sicarius-Prototyping/Turbo_Grammar_51B_Alpha",
	filename="Turbo_Grammar_51B_Q6.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

POC of an advanced tool to fix grammar, perform advanced GEC (grammar error correction), write poems and analyze them, emulate any author writing style. This is in prototyping because I did not have enough time to make it bullet proof and stable enough to warrant under my flagship models. Very usable, but not stable, feel free to play with it or improve it.

Downloads last month
1
GGUF
Model size
52B params
Architecture
deci
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support