Instructions to use ntcuong777/electra-iu-answer-retrieval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ntcuong777/electra-iu-answer-retrieval with Transformers:
# Load model directly from transformers import AutoTokenizer, ElectraForAnswerRetrieval tokenizer = AutoTokenizer.from_pretrained("ntcuong777/electra-iu-answer-retrieval") model = ElectraForAnswerRetrieval.from_pretrained("ntcuong777/electra-iu-answer-retrieval") - Notebooks
- Google Colab
- Kaggle
Ctrl+K