Instructions to use ksabeh/roberta-base-attribute-correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ksabeh/roberta-base-attribute-correction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ksabeh/roberta-base-attribute-correction")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ksabeh/roberta-base-attribute-correction") model = AutoModelForQuestionAnswering.from_pretrained("ksabeh/roberta-base-attribute-correction") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496513360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb4be5f36bbc4b65eb0957765a930e1b949277b7171c5061d233ea5b67752926
|
| 3 |
size 496513360
|