Lamba-750M is a compact Turkish language model. It is based on Qwen3.5 and trained specifically for Turkish instruction following.
Intended Use
Designed for short Turkish tasks like classification, summarization, and text transformation. Not recommended for English prompts, long-form generation, math, or multi-step reasoning.
Training
Continual Pre-Training (CPT):
10B Turkish tokens to adapt to Turkish grammar and vocabulary.
Supervised Fine-Tuning (SFT):
Trained on question-answer instructions. Best eval loss: 0.9285 at ~18k steps.
DPO:
Direct Preference Optimization for better alignment with human preferences.
Capabilities
Small but effective for short Turkish tasks:
Summarization
Text classification (sentiment, topic)
Text transformation (informal to formal, antonyms)
Short, single-turn instructions
Limitations
Weak at math, logic, and multi-step reasoning. Do not use Chain-of-Thought, it increases hallucinations.
Can hallucinate facts on knowledge-heavy topics.
May repeat phrases in long generations.
Text-only, no vision support.
How to Use
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "cturan/Lamba-750M"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
device_map="auto",
torch_dtype="bfloat16"
)
prompt = "Bu yorumun duygusunu tek kelimeyle belirt (olumlu/olumsuz): Ürün çok hızlı geldi, paketleme harikaydı ve tam beklediğim gibi çalışıyor."
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=256, do_sample=False)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Runs of cturan Lamba-750M on huggingface.co
4
Total runs
0
24-hour runs
0
3-day runs
-1
7-day runs
-2
30-day runs
More Information About Lamba-750M huggingface.co Model
Lamba-750M huggingface.co is an AI model on huggingface.co that provides Lamba-750M's model effect (), which can be used instantly with this cturan Lamba-750M model. huggingface.co supports a free trial of the Lamba-750M model, and also provides paid use of the Lamba-750M. Support call Lamba-750M model through api, including Node.js, Python, http.
Lamba-750M huggingface.co is an online trial and call api platform, which integrates Lamba-750M's modeling effects, including api services, and provides a free online trial of Lamba-750M, you can try Lamba-750M online for free by clicking the link below.
cturan Lamba-750M online free url in huggingface.co:
Lamba-750M is an open source model from GitHub that offers a free installation service, and any user can find Lamba-750M on GitHub to install. At the same time, huggingface.co provides the effect of Lamba-750M install, users can directly use Lamba-750M installed effect in huggingface.co for debugging and trial. It also supports api for free installation.