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

Dipl0
/
best_model_QA

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

Instructions to use Dipl0/best_model_QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dipl0/best_model_QA with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Dipl0/best_model_QA")
    model = AutoModelForSeq2SeqLM.from_pretrained("Dipl0/best_model_QA")
  • Notebooks
  • Google Colab
  • Kaggle
best_model_QA
1.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
9dd3643 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.48 kB
    Upload 10 files over 3 years ago
  • generation_config.json
    142 Bytes
    Upload 10 files over 3 years ago
  • model.safetensors
    892 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • model_args.json
    2.62 kB
    Upload 10 files over 3 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.14 MB
    xet
    Upload 10 files over 3 years ago
  • pytorch_model.bin
    892 MB
    xet
    Upload 10 files over 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    627 Bytes
    xet
    Upload 10 files over 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload 10 files over 3 years ago
  • spiece.model
    792 kB
    xet
    Upload 10 files over 3 years ago
  • tokenizer_config.json
    2.39 kB
    Upload 10 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.T5Args"

    How to fix it?

    3.26 kB
    xet
    Upload 10 files over 3 years ago