Token Classification
Transformers
Safetensors
xlm-roberta
pii
pii-detection
ner
named-entity-recognition
swiss
swiss-german
de-CH
fr-CH
it-CH
privacy
gdpr
research-only
non-commercial
Eval Results (legacy)
Instructions to use joelbarmettler/gheim-ch-560m-research with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joelbarmettler/gheim-ch-560m-research with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="joelbarmettler/gheim-ch-560m-research")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("joelbarmettler/gheim-ch-560m-research") model = AutoModelForTokenClassification.from_pretrained("joelbarmettler/gheim-ch-560m-research", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!