Views
No views yet
| File | Description |
|---|---|
model.safetensors + config/tokenizer | Full merged model (base + adapter), fp16/bf16 |
sruti-Q4_K_M.gguf | 4-bit quant, ~986 MB — recommended for most local use (Ollama, llama.cpp) |
sruti-Q8_0.gguf | 8-bit quant, ~1.65 GB — higher fidelity, larger |
MohitM2/srutitransformers.Trainer (no trl).*(Source: ...)* after most answers) can make hallucinated claims look more authoritative than they are. A confidently-cited wrong answer is easy to mistake for a correct one — verify anything load-bearing against a primary source.1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("MohitM2/sruti-1.5b")
3tokenizer = AutoTokenizer.from_pretrained("MohitM2/sruti-1.5b")ollama run MohitM2/sruti