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 ·
b4ef1d2
1
Parent(s): b5c69e1
Training in progress, epoch 3
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:281c752c4b79376cf0d6f9a295079f3b6a60099b54cc3a9799683e64a34da7d9
|
| 3 |
size 430980710
|