Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

valhalla
/
t5-base-qg-hl

Transformers
PyTorch
t5
text2text-generation
question-generation
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use valhalla/t5-base-qg-hl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use valhalla/t5-base-qg-hl with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("valhalla/t5-base-qg-hl")
    model = AutoModelForSeq2SeqLM.from_pretrained("valhalla/t5-base-qg-hl")
  • Notebooks
  • Google Colab
  • Kaggle
t5-base-qg-hl
892 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
6b9bc6f almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • README.md
    1.41 kB
    Migrate model card from transformers-repo over 5 years ago
  • added_tokens.json
    15 Bytes
    Update added_tokens.json almost 6 years ago
  • config.json
    1.02 kB
    Update config.json almost 6 years ago
  • pytorch_model.bin
    892 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    326 Bytes
    Update scheduler.pt almost 6 years ago
  • special_tokens_map.json
    1.79 kB
    Update special_tokens_map.json almost 6 years ago
  • spiece.model
    792 kB
    Update spiece.model almost 6 years ago
  • tokenizer_config.json
    129 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    1.09 kB
    xet
    Update training_args.bin almost 6 years ago