vamboai/morena-0.2b-nano-gguf

🤗 Hugging Face 来源apache-2.0激活 200M792 MBGGUF✓ 4 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo vamboai/morena-0.2b-nano-gguf ./model-folder
需要做种者 →

MORENA 0.2B nano, GGUF for llama.cpp

GGUF conversion of vamboai/morena-0.2b-nano, verified for logit equivalence against the safetensors weights. Read that model card first; everything in it, including the release status and the safety notes, applies unchanged. Converting the format changes none of it.

file size
morena-0.2b-nano-Q4_K_M.gguf 0.14 GB
morena-0.2b-nano-Q8_0.gguf 0.22 GB
morena-0.2b-nano-f16.gguf 0.42 GB

Chat turns use the reserved tokens <reserved_0> (user) and <reserved_1> (assistant):

llama-completion -m morena-0.2b-nano-f16.gguf -p "<reserved_0>\nNdeipi guta guru reZimbabwe?\n<reserved_1>\n" -e -n 64 --temp 0

Author and citation

Isheanesu Misi, Vambo AI. Trained on CINECA Leonardo, with support from the AI Hub for Sustainable Development.

@techreport{misi2026morena,
  title  = {MORENA: An African Foundation Model},
  author = {Misi, Isheanesu},
  institution = {Vambo AI},
  year   = {2026},
  month  = {September},
  note   = {Released 18 September 2026}
}

Licence

Apache 2.0. Commercial use is permitted, including fine-tuning and redistributing derivatives, under the terms of the licence.

The training corpus is not released with these weights.