Instructions to use AlgorithmicResearchGroup/flan-t5-xxl-arxiv-math-closed-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlgorithmicResearchGroup/flan-t5-xxl-arxiv-math-closed-qa with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="AlgorithmicResearchGroup/flan-t5-xxl-arxiv-math-closed-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AlgorithmicResearchGroup/flan-t5-xxl-arxiv-math-closed-qa") model = AutoModelForSeq2SeqLM.from_pretrained("AlgorithmicResearchGroup/flan-t5-xxl-arxiv-math-closed-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7fdbd9e40678e5a9d0df47f1bca5a2902f72ac8f3527061a31056ceea77600c4
- Size of remote file:
- 75.6 MB
- SHA256:
- e9cc452b206606a08a4bfa204e10e71b1cf0ea65031dce62790f065d5931ed1a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.