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 ·
b5c69e1
1
Parent(s): 28bb241
Training in progress, epoch 2
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:16e8c32d02a1b45889e60a54c24c659d01002d17aa11b303ca746eb4a3a6d19d
|
| 3 |
size 430980710
|