YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

ak-lm-small

Tiny pretrained Malayalam language model (75M parameters)

AK-LM-SMALL (Akshara Language Model Small) is a 75M small Malayalam GPT style Model ,Build from Scratch

Developed by EnduraSolution.

Overview

  • GPT-style decoder-only Transformer
  • 75 Million parameters
  • Custom Malayalam SentencePiece tokenizer
  • Vocabulary: 24,000
  • Context length: 256

Training Data

  • IndicCorp Malayalam
  • Malayalam Wikipedia
  • Kerala-focused corpus
  • Small English Wikipedia subset

Intended Uses

  • Malayalam text generation
  • Text completion
  • Research
  • Fine-tuning

Limitations

This is a pretrained base model.

It is not instruction tuned.

Example

from transformers import GPT2LMHeadModel
import sentencepiece as spm

sp = spm.SentencePieceProcessor(model_file='ml_sp.model')
model = GPT2LMHeadModel.from_pretrained('endurasolution/ak-lm-small')

License

Apache-2.0


Made with ❤️ by EnduraSolution

Downloads last month
26
Safetensors
Model size
75.3M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support