Instructions to use gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase") model = AutoModelForSeq2SeqLM.from_pretrained("gaussalgo/T5-LM-Large_Canard-HotpotQA-rephrase", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
90ff47d
1
Parent(s): 6edc1de
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (a511bcda2a5cd6b41c1e4400c36fd9a45e6ca181)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b3ac28d60880fb23e0a09b636f0645888037c48938e283349a75f1cb538b02c
|
| 3 |
+
size 3132668808
|