mini-bert-ancient-rus-v2
1
license:mit
by
AlexSychovUN
Language Model
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
🚀 How to Usepythontransformers
from transformers import pipeline
fill_mask = pipeline(
"fill-mask",
model="AlexSychovUN/mini-bert-ancient-rus-v2",
tokenizer="AlexSychovUN/mini-bert-ancient-rus-v2"
)
# Example: Birch bark letter (Daily context)
text = "[CTX_DAILY] Поклонъ ѿ бориса ко [MASK] съ бг҃омъ."
print(fill_mask(text))
# Top prediction: "брату", "гюргю"
# Example: Epic context
text_epic = "[CTX_EPIC] Гой еси ты добрый [MASK] , куда путь держишь?"
print(fill_mask(text_epic))
# Top prediction: "конь" (94.9%)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.