Instructions to use vera-pro/bert-mention-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vera-pro/bert-mention-fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="vera-pro/bert-mention-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("vera-pro/bert-mention-fr") model = AutoModelForTokenClassification.from_pretrained("vera-pro/bert-mention-fr") - Notebooks
- Google Colab
- Kaggle
Update training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f3185491c9a8ee85befaa3d69b1ef1e5fe02786d58b83d8e9fab4a1ae43f91b
|
| 3 |
+
size 908
|