Instructions to use Yannis98/squad_albert_finetuned3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yannis98/squad_albert_finetuned3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Yannis98/squad_albert_finetuned3")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Yannis98/squad_albert_finetuned3") model = AutoModelForQuestionAnswering.from_pretrained("Yannis98/squad_albert_finetuned3") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 50
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:202a7e74656feae7b21755b521c7c9f130854f6766284def837b38a60eecce5f
|
| 3 |
size 5432
|