Instructions to use Amool/ColBERT-NQ-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amool/ColBERT-NQ-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Amool/ColBERT-NQ-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Amool/ColBERT-NQ-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("Amool/ColBERT-NQ-finetuned-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 6000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435644909
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aee5a8cf04c50a4d49ddcfa05155802eb2a309376d8a55dc2c85bdda547d2fb0
|
| 3 |
size 435644909
|
runs/Jun10_19-52-00_589445108fb0/events.out.tfevents.1686426964.589445108fb0.176.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:711a703b99964853395d17a677dfa32e9c96edbca05b33269e970291a68a0de1
|
| 3 |
+
size 11091
|