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

abhitopia
/
question-answer-generation

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

Instructions to use abhitopia/question-answer-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abhitopia/question-answer-generation with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("abhitopia/question-answer-generation")
    model = AutoModelForSeq2SeqLM.from_pretrained("abhitopia/question-answer-generation")
  • Notebooks
  • Google Colab
  • Kaggle
question-answer-generation
892 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
abhitopia
bug fix
3bd8adb almost 4 years ago
  • code
    bug fix almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .python-version
    7 Bytes
    Added AWS Sagemaker friendly code almost 4 years ago
  • README.md
    1.07 kB
    Added AWS Sagemaker friendly code almost 4 years ago
  • added_tokens.json
    31 Bytes
    Added model almost 4 years ago
  • config.json
    629 Bytes
    Added model almost 4 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
    Added model almost 4 years ago
  • special_tokens_map.json
    65 Bytes
    Added model almost 4 years ago
  • spiece.model
    792 kB
    xet
    Added model almost 4 years ago
  • tokenizer_config.json
    90 Bytes
    Added model almost 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.09 kB
    xet
    Added model almost 4 years ago