Instructions to use xichenn/albert-base-v2-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xichenn/albert-base-v2-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="xichenn/albert-base-v2-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("xichenn/albert-base-v2-squad") model = AutoModelForQuestionAnswering.from_pretrained("xichenn/albert-base-v2-squad") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8f49ff1 verified
Update README.md 46db420 verified
Update README.md 14fa938 verified
Update README.md 758a15c verified
Update README.md 1bc6f6c verified
Update README.md 87d605b verified
Update README.md 79166f8 verified
Update README.md 9d3305d verified
Update README.md aab0ee7 verified
Update README.md d2980b3 verified
Update README.md 43cc09b verified
Update README.md c3ce025 verified
Update README.md a8009b2 verified
Upload tokenizer c05c0e3 verified
Xi commited on
Upload AlbertForQuestionAnswering e089db8 verified
Xi commited on
initial commit 351cd83 verified
Xi commited on