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