Instructions to use shuheng/squad_albert_xxl_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shuheng/squad_albert_xxl_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="shuheng/squad_albert_xxl_finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("shuheng/squad_albert_xxl_finetuned") model = AutoModelForQuestionAnswering.from_pretrained("shuheng/squad_albert_xxl_finetuned") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 16620
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 823293160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74cbe7837e390d63680cbbffa091496728a76f62de1b40bfdde67d8f03a96669
|
| 3 |
size 823293160
|
runs/Feb02_18-12-39_xgpi9/events.out.tfevents.1738491200.xgpi9.431917.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f12573730ffb60de2ae59415405fe5faf14963385608c5031bb7d202f2b6d919
|
| 3 |
+
size 12586
|