GGUF
llama
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="Maiasa/Maiasa",
	filename="Maiasa_v1.0.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Maiasa Logo

My new favorite AI.

โ˜€๏ธ maiasa.ai

Maiasa is a next-gen, open-source language model parody that's lightning-fast, robust, safe, ethical and sustainable. You can try it for free right now!

Benefits

  • โ˜€๏ธ Fast: Often generates up to 1,000 tokens per second.
  • โ˜€๏ธ Robust: Under the hood, it's always easy to understand why the model said what it said.
  • โ˜€๏ธ Efficient: Runs even on low-end machines, and takes very little disk space.
  • โ˜€๏ธ Versatile: Performs equally on all kinds of different use cases.
  • โ˜€๏ธ Unopinionated: Responds to all prompts without going on about guidelines.
  • โ˜€๏ธ Secure: Attempts at prompt injection will have no effect on the output.
  • โ˜€๏ธ Ethical: No copyrighted data was used to train the model.
  • โ˜€๏ธ Eco-friendly: Lower resource consumption than most current LLMs.
  • โ˜€๏ธ Free: Maiasa is free to use and open-source.
  • โ˜€๏ธ Ready to use: Use it in an app like LM Studio, or try it on maiasa.ai!

Limitations

  • โ˜€๏ธ Maiasa's active vocabulary is limited to the single token "a", and it will reply to all prompts with only "a".
Downloads last month
8
GGUF
Model size
10.9k params
Architecture
llama
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