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
/
TriviaAnsweringMachine

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

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

  • Libraries
  • Transformers

    How to use Backedman/TriviaAnsweringMachine with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Backedman/TriviaAnsweringMachine", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForQuestionAnswering
    model = AutoModelForQuestionAnswering.from_pretrained("Backedman/TriviaAnsweringMachine", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TriviaAnsweringMachine
5.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits

This model has 11 files scanned as unsafe.

Backedman's picture
Backedman
Update config.json
8f336f8 verified about 2 years ago
  • __pycache__
    Upload folder using huggingface_hub about 2 years ago
  • data
    Upload folder using huggingface_hub about 2 years ago
  • models
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.63 kB
    Upload folder using huggingface_hub about 2 years ago
  • .gitignore
    8 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • QBModelConfig.py
    234 Bytes
    Rename QBModel.py to QBModelConfig.py about 2 years ago
  • QBModelWrapper.py
    520 Bytes
    Update QBModelWrapper.py about 2 years ago
  • README.md
    15.8 kB
    Update README.md about 2 years ago
  • config.json
    280 Bytes
    Update config.json about 2 years ago
  • custom_tokenizer.py
    161 Bytes
    Create custom_tokenizer.py about 2 years ago
  • data_collection.py
    5.92 kB
    init about 2 years ago
  • folder
    0 Bytes
    Create folder/ about 2 years ago
  • qbmodel.py
    8.12 kB
    init about 2 years ago
  • question_categorizer.py
    10.1 kB
    init about 2 years ago
  • requirements.txt
    4.02 kB
    init about 2 years ago
  • tfidf_model.py
    9.45 kB
    init about 2 years ago
  • upload.ipynb
    1.99 kB
    Upload folder using huggingface_hub about 2 years ago