Instructions to use maple/xlm-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maple/xlm-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="maple/xlm-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("maple/xlm-roberta-large") model = AutoModelForTokenClassification.from_pretrained("maple/xlm-roberta-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f0e767b
1
Parent(s): 6aaef47
add model
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 2235534961
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:709fb553890b7a4fddfdec36b0c6af425e672769d5491ad1e60d041f56621843
|
| 3 |
size 2235534961
|