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