YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

DeepikaChatGPT Q&A Model

A tiny GPT2-style transformer fine-tuned for question answering.
Built by Chaitanya for recruiter-facing demos.

Usage

from transformers import pipeline

qa = pipeline("question-answering", model="your-username/deepikachatgpt")
qa({"context": "Deepika is a data scientist.", "question": "Who is Deepika?"})


---

### ๐Ÿงช Step 6: Test Your Model

Try loading it from Hugging Face:

```python
from transformers import pipeline

qa = pipeline("question-answering", model="your-username/deepikachatgpt")
qa({"context": "Deepika is a data scientist.", "question": "Who is Deepika?"})
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support