Instructions to use botcon/LUKE_squad_what with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use botcon/LUKE_squad_what with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="botcon/LUKE_squad_what")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("botcon/LUKE_squad_what") model = AutoModelForQuestionAnswering.from_pretrained("botcon/LUKE_squad_what", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
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 1095685304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:138078c175452ebd34cb6674f6b562d9087ba9aa380541bc0392c3a1b0cab74f
|
| 3 |
size 1095685304
|