Instructions to use Antonio49/Personal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Antonio49/Personal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Antonio49/Personal")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Antonio49/Personal") model = AutoModelForQuestionAnswering.from_pretrained("Antonio49/Personal") - Notebooks
- Google Colab
- Kaggle
Rename config (2).json to config .json
Browse files
config (2).json → config .json
RENAMED
|
File without changes
|