How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Rohanify/HinTexta-34M-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Rohanify/HinTexta-34M-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Rohanify/HinTexta-34M-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Rohanify/HinTexta-34M-GGUF:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Rohanify/HinTexta-34M-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf Rohanify/HinTexta-34M-GGUF:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Rohanify/HinTexta-34M-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Rohanify/HinTexta-34M-GGUF:F16
Use Docker
docker model run hf.co/Rohanify/HinTexta-34M-GGUF:F16
Quick Links

HinTexta-34M โ€” Hinglish Chat Model

A 34M parameter GPT-2 model trained from scratch on 1M Hinglish conversations. Speaks naturally in Hinglish (Hindi + English mix).

Quick Start (Ollama)

ollama run hf.co/Rohanify/HinTexta-34M-GGUF:F16

No setup needed!

Details

  • Architecture: GPT-2 (8 layers, 512 dim, 8 heads)
  • Parameters: 34M
  • Training data: 1M synthetic Hinglish conversations (Abhishekcr448/Hinglish-Everyday-Conversations-1M)
  • Tokenizer: Custom 16K vocab ByteLevel BPE trained on Hinglish
  • Context window: 512 tokens
  • Trained from scratch on a single RTX 5080

Example

You: Bhai kya haal hai?
Bot: Bahut accha! Lekin mujhe toh ek adventurous trip ki yaad hai, dost!

You: Movie dekhne chalein?
Bot: Movie night toh awesome hoga, par ek adventurous trip bhi zaroori hai!
Downloads last month
716
GGUF
Model size
33.9M params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train Rohanify/HinTexta-34M-GGUF