Instructions to use howey/bert-base-uncased-squad-L6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/bert-base-uncased-squad-L6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="howey/bert-base-uncased-squad-L6")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("howey/bert-base-uncased-squad-L6") model = AutoModelForQuestionAnswering.from_pretrained("howey/bert-base-uncased-squad-L6") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7c76bbd67c10dc14d501237f00153ca886f08b795bf1bc9bec3bb0cdb37956b1
- Size of remote file:
- 265 MB
- SHA256:
- a469fc32f0d6b6019f2b6673fae5012a5d2a783d0c00efb96dd6a618afff559e
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.