Instructions to use saattrupdan/xlmr-base-texas-squad-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/xlmr-base-texas-squad-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="saattrupdan/xlmr-base-texas-squad-es")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("saattrupdan/xlmr-base-texas-squad-es") model = AutoModelForQuestionAnswering.from_pretrained("saattrupdan/xlmr-base-texas-squad-es", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c9ea0ef81b9c355b10021c2338669cc9c3da84d8bf279e4b6c6dcbe2c6731c78
- Size of remote file:
- 2.93 kB
- SHA256:
- 9858b3d77173808f05ee40d88c940da9b0d19190b994060731caca7682e5ec0d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.