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

rajatsingh
/
autotrain-chatbot-hotel-57870132936

Question Answering
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use rajatsingh/autotrain-chatbot-hotel-57870132936 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rajatsingh/autotrain-chatbot-hotel-57870132936 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="rajatsingh/autotrain-chatbot-hotel-57870132936")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("rajatsingh/autotrain-chatbot-hotel-57870132936")
    model = AutoModelForQuestionAnswering.from_pretrained("rajatsingh/autotrain-chatbot-hotel-57870132936")
  • Notebooks
  • Google Colab
  • Kaggle
autotrain-chatbot-hotel-57870132936
Ctrl+K
Ctrl+K
History: 2 commits
system's picture
system HF Staff
Commit From AutoTrain
b340dc5 about 3 years ago
  • .gitattributes
    1.62 kB
    Commit From AutoTrain about 3 years ago
  • config.json
    679 Bytes
    Commit From AutoTrain about 3 years ago
  • pytorch_model.bin
    1.34 GB
    xet
    Commit From AutoTrain about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Commit From AutoTrain about 3 years ago
  • tokenizer.json
    712 kB
    xet
    Commit From AutoTrain about 3 years ago
  • tokenizer_config.json
    314 Bytes
    Commit From AutoTrain about 3 years ago
  • vocab.txt
    232 kB
    Commit From AutoTrain about 3 years ago