Instructions to use MarcBrun/ixambert-finetuned-squad-eu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarcBrun/ixambert-finetuned-squad-eu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="MarcBrun/ixambert-finetuned-squad-eu")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("MarcBrun/ixambert-finetuned-squad-eu") model = AutoModelForQuestionAnswering.from_pretrained("MarcBrun/ixambert-finetuned-squad-eu") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1a43cd95b97ab0b5df29d8f73fa8793d048e1801af2e1ff7fcc2e9eab9315735
- Size of remote file:
- 708 MB
- SHA256:
- 5ff04f7a4914aa6e4af9a204f45c945873e02325eaecd0f7ec518446e7218419
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.