Question Answering
Transformers
Safetensors
English
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="JayanAXHF/NCERT_9th_Sc_Ssc")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("JayanAXHF/NCERT_9th_Sc_Ssc", dtype="auto")
Quick Links

Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

README.md exists but content is empty.
Downloads last month
1
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for JayanAXHF/NCERT_9th_Sc_Ssc

Finetuned
Qwen/Qwen3-0.6B
Finetuned
(925)
this model

Datasets used to train JayanAXHF/NCERT_9th_Sc_Ssc