Text Classification
Transformers
Safetensors
Arabic
French
English
distilbert
token-classification
ner
pii
cv-parsing
morocco
text-embeddings-inference
Instructions to use Lamaachi/distilbert-moroccan-pii-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lamaachi/distilbert-moroccan-pii-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Lamaachi/distilbert-moroccan-pii-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Lamaachi/distilbert-moroccan-pii-classifier") model = AutoModelForTokenClassification.from_pretrained("Lamaachi/distilbert-moroccan-pii-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K