Instructions to use ruselkomp/xlm-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruselkomp/xlm-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ruselkomp/xlm-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ruselkomp/xlm-roberta") model = AutoModelForQuestionAnswering.from_pretrained("ruselkomp/xlm-roberta") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2235508081
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b65191fedc76caf4592edba07a3a8fee9f7445b95b03dc0b0f7556a0e92de61
|
| 3 |
size 2235508081
|
runs/May14_22-24-33_81b24c5ff2a1/events.out.tfevents.1652567100.81b24c5ff2a1.10408.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e8f45bfece5031508a9838a70fac5ca2e8f0531f0cf338929dc2990f145f7f1
|
| 3 |
+
size 19155
|