🌕 LYRAMOON Engine

Architected & Maintained by Muhammad Taqi

A next-generation 7B parameter reasoning engine offering high-speed intelligence, complex logic evaluation, and clean code generation.


👨‍💻 Creator Profile

  • Architect: Muhammad Taqi
  • Model ID: muhammad-taqi512/LYRAMOON
  • Target Behavior: Gemini-grade multi-turn conversational AI
  • Framework: PyTorch / Transformers

🛠️ Usage Example

from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline

MODEL_ID = "muhammad-taqi512/LYRAMOON"

tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)
model = AutoModelForCausalLM.from_pretrained(MODEL_ID)

lyra_moon = pipeline("text-generation", model=model, tokenizer=tokenizer)

prompt = "<|im_start|>system\nYou are LYRAMOON, created by Muhammad Taqi.<|im_end|>\n<|im_start|>user\nExplain quantum computing simply.<|im_end|>\n<|im_start|>assistant\n"
print(lyra_moon(prompt, max_new_tokens=200)[0]['generated_text'])
Downloads last month
368
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support