Instructions to use amitjain171980/xlm-roberta-base-finetuned-panx-de-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amitjain171980/xlm-roberta-base-finetuned-panx-de-fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="amitjain171980/xlm-roberta-base-finetuned-panx-de-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("amitjain171980/xlm-roberta-base-finetuned-panx-de-fr") model = AutoModelForTokenClassification.from_pretrained("amitjain171980/xlm-roberta-base-finetuned-panx-de-fr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
42522eb
1
Parent(s): fa4d405
Training completed!
Browse files- tokenizer.json +2 -2
- training_args.bin +1 -1
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f59925fcb90c92b894cb93e51bb9b4a6105c5c249fe54ce1c704420ac39b81af
|
| 3 |
+
size 17082756
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:473f7aa4cdcaf3d3ab1f927c0c0db1104388697576b352e52c83ad27a41a04e4
|
| 3 |
size 3576
|