Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

yusyel
/
bert_faq

Question Answering
Transformers
google-tensorflow TensorFlow
distilbert
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yusyel/bert_faq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="yusyel/bert_faq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("yusyel/bert_faq")
    model = AutoModelForQuestionAnswering.from_pretrained("yusyel/bert_faq")
  • Notebooks
  • Google Colab
  • Kaggle
bert_faq
267 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
yusuf
Training in progress epoch 13
ecec02e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.25 kB
    Training in progress epoch 13 over 2 years ago
  • config.json
    533 Bytes
    Training in progress epoch 0 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 over 2 years ago
  • tf_model.h5
    266 MB
    xet
    Training in progress epoch 6 over 2 years ago
  • tokenizer.json
    712 kB
    Training in progress epoch 0 over 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress epoch 0 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress epoch 0 over 2 years ago