Instructions to use Logeswaransr/sample_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Logeswaransr/sample_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Logeswaransr/sample_finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Logeswaransr/sample_finetuned") model = AutoModelForQuestionAnswering.from_pretrained("Logeswaransr/sample_finetuned") - Notebooks
- Google Colab
- Kaggle
Commit 路
566c7e4
1
Parent(s): 22de928
End of training
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265492517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acf68c150cb308c4d9dca16dfde6816f06e99fdc67e4016fd02f0378e2999aed
|
| 3 |
size 265492517
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b7c497be256c921d12661d1b7fa136bdf9f70aa012292199620c33156f982ea
|
| 3 |
size 4027
|