Instructions to use JayanAXHF/NCERT_9th_Sc_Ssc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JayanAXHF/NCERT_9th_Sc_Ssc with Transformers:
# 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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config.json
Browse files- config.json +3 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdb16cd35a2863df0f04acabdeb6622fa2ebcda012a6ca9d497edd92bb6ae25b
|
| 3 |
+
size 783
|