Instructions to use BahAdoR0101/my_xlm-roberta-large-finetuned-conlljob01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BahAdoR0101/my_xlm-roberta-large-finetuned-conlljob01 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="BahAdoR0101/my_xlm-roberta-large-finetuned-conlljob01")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("BahAdoR0101/my_xlm-roberta-large-finetuned-conlljob01") model = AutoModelForTokenClassification.from_pretrained("BahAdoR0101/my_xlm-roberta-large-finetuned-conlljob01", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c02aa0e
1
Parent(s): b4ef1d2
Training in progress, epoch 4
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430980710
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55b62cf16feab225683def1578bc3c57d0616eca2113274e0a4f314f472af7b3
|
| 3 |
size 430980710
|