How to use anaghasavit/qa-model-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="anaghasavit/qa-model-finetuned")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("anaghasavit/qa-model-finetuned") model = AutoModel.from_pretrained("anaghasavit/qa-model-finetuned")
The community tab is the place to discuss and collaborate with the HF community!