How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="debugdll/Blind")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("debugdll/Blind", device_map="auto")
Quick Links

Blind โ€” Russian-language LLMs, trained from scratch

A series of models from 50M to 750M parameters, created entirely from scratch and trained on Russian-language data.

A project for enthusiasts, students, and developers who want to experiment with LLMs without a huge investment.

I will continue training for 2 languages RU and EN and also increase the model if there are 100 downloads


Models

File Size Parameters
blind-0-ultrasmall.pt 173 MB ~50M
blind-0-small.pt 356 MB ~85M
blind-0-medium.pt 407 MB ~100M
blind-0-large.pt 445 MB ~110M
blind-1.pt 1 GB ~740M
blind-1.1.pt 1 GB ~750M
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support