Instructions to use compnet-renard/camembert-base-literary-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use compnet-renard/camembert-base-literary-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="compnet-renard/camembert-base-literary-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("compnet-renard/camembert-base-literary-NER") model = AutoModelForTokenClassification.from_pretrained("compnet-renard/camembert-base-literary-NER") - Notebooks
- Google Colab
- Kaggle
camembert-base-literary-NER
A French NER model trained on the literary dataset and guidelines described by Alrahabi et al., 2021.
- Downloads last month
- 30