AI LAB

Where we experiment.

Open tutorials, working demos, and the research we couldn't keep to ourselves. Everything here is free.

experiment_03.py
from transformers import
  AutoModelForSeq2SeqLM,
  AutoTokenizer

model = AutoModelForSeq2SeqLM
  .from_pretrained(
    "suswo/nep-translate-v1")

tok = AutoTokenizer
  .from_pretrained(
    "suswo/nep-translate-v1")

result = tok.decode(
  model.generate(inputs)[0])

More experiments coming. Follow the lab.

OPEN INITIATIVE

Project Bhasa →

Open datasets, models, and tools for Nepali — 17 million speakers served by almost no AI tooling. We're fixing that, in the open, under CC BY 4.0.

Explore Nepali AI →

Follow the lab.

New experiments, tutorials, and dataset releases — delivered to your inbox. No fluff.

Get in touch →