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-qa-qg-hl

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

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

  • Libraries
  • Transformers

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

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("valhalla/t5-base-qa-qg-hl")
    model = AutoModelForSeq2SeqLM.from_pretrained("valhalla/t5-base-qa-qg-hl")
  • Notebooks
  • Google Colab
  • Kaggle
t5-base-qa-qg-hl
892 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
0286be6 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    1.91 kB
    Migrate model card from transformers-repo over 5 years ago
  • added_tokens.json
    31 Bytes
    Update added_tokens.json almost 6 years ago
  • config.json
    629 Bytes
    Update config.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    892 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    65 Bytes
    Update special_tokens_map.json almost 6 years ago
  • spiece.model
    792 kB
    Update spiece.model almost 6 years ago
  • tokenizer_config.json
    90 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.09 kB
    xet
    Update training_args.bin almost 6 years ago