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 ·
6edc1de
1
Parent(s): 463ea04
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets==2.9.0
|
| 2 |
+
transformers==4.19.1
|
| 3 |
+
adaptor==0.2.0
|