Instructions to use popelucha/robeczech-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use popelucha/robeczech-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="popelucha/robeczech-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("popelucha/robeczech-NER") model = AutoModelForTokenClassification.from_pretrained("popelucha/robeczech-NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 89d69bc0093a4d829ef2e2777a2b0de70d4d5f80874a37f7ce4c57a1aff4465a
- Size of remote file:
- 502 MB
- SHA256:
- af7a8498de95164af78c8daa845048d44fe41f283a7b73b95754e6fd36ad1e36
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.