Instructions to use Kunalmod/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kunalmod/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Kunalmod/output")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Kunalmod/output") model = AutoModelForQuestionAnswering.from_pretrained("Kunalmod/output", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496250232
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ebe3acfd619758d3e972faaccf5ec2dad49a0cfa61b9d6b886f930e4a7ed6a5
|
| 3 |
size 496250232
|