Instructions to use daotc2/phobert-large-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use daotc2/phobert-large-qa with Transformers:
# Load model directly from transformers import AutoTokenizer, MRCQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("daotc2/phobert-large-qa") model = MRCQuestionAnswering.from_pretrained("daotc2/phobert-large-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
06ea0a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bf67d002b058dd1efe31adffbd590fcd7f6e87a647042acf8ade1de8211d13f6
size 3503
|