Instructions to use Venkatesh4342/Yubi-xlm-roberta-base-few-nerd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Venkatesh4342/Yubi-xlm-roberta-base-few-nerd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Venkatesh4342/Yubi-xlm-roberta-base-few-nerd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Venkatesh4342/Yubi-xlm-roberta-base-few-nerd") model = AutoModelForTokenClassification.from_pretrained("Venkatesh4342/Yubi-xlm-roberta-base-few-nerd", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f0d3ef1
1
Parent(s): 66a453e
Training in progress, step 14
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 1109912621
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd6b69213499d763a7191d4e485ff80684a65e413e93a6a6beb53deecd0bebbf
|
| 3 |
size 1109912621
|