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