Instructions to use GoatMilk98/635-a2-ibert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GoatMilk98/635-a2-ibert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="GoatMilk98/635-a2-ibert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("GoatMilk98/635-a2-ibert") model = AutoModelForQuestionAnswering.from_pretrained("GoatMilk98/635-a2-ibert") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5f7a31e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f71467bc2fe2fce9e8ab46cffdd55bf7c98f529e9954e66f314feb81a6c9e244
size 992947666
|