Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AlgorithmicResearchGroup
/
flan-t5-base-arxiv-math-question-answering

Summarization
Transformers
PyTorch
Safetensors
English
t5
text2text-generation
arxiv
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use AlgorithmicResearchGroup/flan-t5-base-arxiv-math-question-answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AlgorithmicResearchGroup/flan-t5-base-arxiv-math-question-answering 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-base-arxiv-math-question-answering")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("AlgorithmicResearchGroup/flan-t5-base-arxiv-math-question-answering")
    model = AutoModelForSeq2SeqLM.from_pretrained("AlgorithmicResearchGroup/flan-t5-base-arxiv-math-question-answering")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-base-arxiv-math-question-answering
3.96 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
ArtifactAI
Update README.md
940b040 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.94 kB
    Update README.md almost 3 years ago
  • config.json
    1.53 kB
    Upload folder using huggingface_hub almost 3 years ago
  • generation_config.json
    142 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • model.safetensors
    990 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • optimizer.pt
    1.98 GB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • pytorch_model.bin
    990 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer.json
    2.42 MB
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer_config.json
    2.35 kB
    Upload folder using huggingface_hub almost 3 years ago
  • trainer_state.json
    5.53 kB
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago