MaringGPT / README.md
komomike's picture
Update README.md
fe991bb verified
|
Raw
History Blame Contribute Delete
2.91 kB
metadata
license: llama3.2
base_model: meta-llama/Llama-3.2-3B-Instruct
language:
  - en
  - nng
pipeline_tag: text-generation
tags:
  - llama-3
  - llama-3.2
  - fine-tuned
  - maringgpt
  - maring-language
  - nlp

🌌 MaringGPT

A modern, lightweight AI model built to preserve, translate, and advance digital support for the Maring language.

Base Model License Framework


πŸ“œ About the Maring Language & History

"Meiringba" / "Maringa" β€” People who keep the unquenched fire alive.

Maring (ISO 639-3: nng) is a Sino-Tibetan language spoken primarily by the Maring community in the Tengnoupal and Chandel districts of Manipur, Northeast India.

  • Ethno-Linguistic Roots: Linguistically classified within the Tibeto-Burman branch, Maring shares unique connections with both Tangkhulic and Kuki-Chin languages.
  • Cultural Identity: Traditionally an oral-rich language, its speakers are deeply connected to the hills of Southeast Manipur.
  • The Digital Gap: Like many indigenous languages of Northeast India, Maring remains under-represented in modern computational linguistics and digital datasets. MaringGPT is created to help bridge this gap by bringing native context and modern AI capabilities into a fine-tuned LLM.

πŸ“Έ Demo Preview

Preview 01 Preview 02
MaringGPT Demo 1 MaringGPT Demo 2

✨ Key Features

  • πŸ—£οΈ Language Awareness: Fine-tuned to understand context and structured text associated with Maring language instruction.
  • ⚑ Ultra-Efficient (3B Parameters): Designed on Meta's Llama 3.2 3B architecture, enabling low latency and local execution on consumer GPUs or mobile platforms.
  • 🎯 Instruction-Tuned: Structured dialogue handling via ChatML / Llama-3 system prompts for crisp, natural conversations.

βš™οΈ Training Setup

The model was fine-tuned using parameter-efficient optimization techniques:

Parameter Specification
Base Model meta-llama/Llama-3.2-3B-Instruct
Method QLoRA (4-bit Quantization) via Unsloth
Precision bfloat16
Data Format Custom conversational instruction-response pairs

πŸš€ Quickstart

Run MaringGPT locally using Python and the transformers library:

1. Installation

pip install --upgrade transformers torch accelerate