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
- Xet hash:
- 027ecc137bb3b0e23b7514aa47ffdf5201bd33cab6085b0e1861977be02fc4c6
- Size of remote file:
- 5.2 kB
- SHA256:
- dd8fb818fb90dd01663a9e497e70ee5ee445e94829e9637b4a82aeffac5716db
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.