Instructions to use medkit/CamemBert-Bio-Generalized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use medkit/CamemBert-Bio-Generalized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="medkit/CamemBert-Bio-Generalized")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("medkit/CamemBert-Bio-Generalized") model = AutoModelForTokenClassification.from_pretrained("medkit/CamemBert-Bio-Generalized", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7e32d4e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f1f0701e216e018316020924309f188783c1e2dae9745eec60b541b52ae7e5d1
size 880546362
|