Instructions to use masterkristall/rumodernbert_small_distill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use masterkristall/rumodernbert_small_distill with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="masterkristall/rumodernbert_small_distill")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("masterkristall/rumodernbert_small_distill") model = AutoModelForTokenClassification.from_pretrained("masterkristall/rumodernbert_small_distill", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ddd5d99 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dd8fb818fb90dd01663a9e497e70ee5ee445e94829e9637b4a82aeffac5716db
size 5201
|