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

Backedman
/
TriviaAnsweringMachineREAL

Question Answering
Transformers
PyTorch
English
TFIDF-QA
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Backedman/TriviaAnsweringMachineREAL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Backedman/TriviaAnsweringMachineREAL", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForQuestionAnswering
    model = AutoModelForQuestionAnswering.from_pretrained("Backedman/TriviaAnsweringMachineREAL", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TriviaAnsweringMachineREAL
1.66 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 26 commits
Backedman's picture
Backedman
Update QBModelWrapper.py
a69b0eb verified about 2 years ago
  • data
    ladsjklf about 2 years ago
  • models
    model files about 2 years ago
  • .gitattributes
    2 kB
    ladsjklf about 2 years ago
  • .gitignore
    84 Bytes
    ladsjklf about 2 years ago
  • QAPipeline.py
    1.53 kB
    Upload QApipeline about 2 years ago
  • QBModelConfig.py
    275 Bytes
    Upload QApipeline about 2 years ago
  • QBModelWrapper.py
    964 Bytes
    Update QBModelWrapper.py about 2 years ago
  • README.md
    15.8 kB
    Upload QApipeline about 2 years ago
  • config.json
    280 Bytes
    Update config.json about 2 years ago
  • custom_tokenizer.py
    161 Bytes
    ladsjklf about 2 years ago
  • data_collection.py
    5.92 kB
    ladsjklf about 2 years ago
  • folder
    0 Bytes
    ladsjklf about 2 years ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    888 Bytes
    xet
    Upload QApipeline about 2 years ago
  • qbmodel.py
    8.12 kB
    Update qbmodel.py about 2 years ago
  • question_categorizer.py
    10.1 kB
    ladsjklf about 2 years ago
  • rand.py
    942 Bytes
    ladsjklf about 2 years ago
  • requirements.txt
    4.02 kB
    ladsjklf about 2 years ago
  • submission.py
    1.95 kB
    ladsjklf about 2 years ago
  • tfidf_model.py
    9.45 kB
    ladsjklf about 2 years ago