Instructions to use ruyadisk/span_selection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruyadisk/span_selection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ruyadisk/span_selection")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ruyadisk/span_selection") model = AutoModelForQuestionAnswering.from_pretrained("ruyadisk/span_selection") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- .gitattributes +1 -0
- eval_nbest_predictions.json +3 -0
- eval_predictions.json +0 -0
- pytorch_model.bin +1 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
eval_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
|
eval_nbest_predictions.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a9d39b2ae61810d4af10050929111b828f54623da44db0c799547b080495f55
|
| 3 |
+
size 12697817
|
eval_predictions.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1298030451
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f8f11331ca4fbd5d551000ef504b90ac66dcba6bf1150d40aec60cb06aa19a8
|
| 3 |
size 1298030451
|