Instructions to use yashonwu/doc2query-t5-base-msmarco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yashonwu/doc2query-t5-base-msmarco with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yashonwu/doc2query-t5-base-msmarco") model = AutoModelForSeq2SeqLM.from_pretrained("yashonwu/doc2query-t5-base-msmarco") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891706649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e95da25c00cce4f3ba7654b2b74d095bd363f00a7982fcca5723c514d40798c
|
| 3 |
size 891706649
|