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