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
File size: 134 Bytes
7df8923 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a469fc32f0d6b6019f2b6673fae5012a5d2a783d0c00efb96dd6a618afff559e
size 265467548
|