Instructions to use nlp04/ES_roberta_30 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlp04/ES_roberta_30 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nlp04/ES_roberta_30")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("nlp04/ES_roberta_30") model = AutoModelForQuestionAnswering.from_pretrained("nlp04/ES_roberta_30") - Notebooks
- Google Colab
- Kaggle
Model save
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 1342574701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f31446caaa1648da4f1cf311814e95b7749ebd7540fef3585fe2cdd25ac3fae
|
| 3 |
size 1342574701
|