Instructions to use dccuchile/bert-base-spanish-wwm-cased-finetuned-qa-mlqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dccuchile/bert-base-spanish-wwm-cased-finetuned-qa-mlqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="dccuchile/bert-base-spanish-wwm-cased-finetuned-qa-mlqa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("dccuchile/bert-base-spanish-wwm-cased-finetuned-qa-mlqa") model = AutoModelForQuestionAnswering.from_pretrained("dccuchile/bert-base-spanish-wwm-cased-finetuned-qa-mlqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6072f94 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c778ea192dcb50c08e7e257461a3bb049599f3244cc547dfcddec50f894a8b16
size 437130673
|