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

  • Log In
  • Sign Up

alecrosales1
/
model1_bertt

Question Answering
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use alecrosales1/model1_bertt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="alecrosales1/model1_bertt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("alecrosales1/model1_bertt")
    model = AutoModelForQuestionAnswering.from_pretrained("alecrosales1/model1_bertt")
  • Notebooks
  • Google Colab
  • Kaggle
model1_bertt
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
alecrosales1's picture
alecrosales1
Upload BertForQuestionAnswering
7255ae7 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    25 Bytes
    initial commit over 2 years ago
  • config.json
    675 Bytes
    Upload BertForQuestionAnswering over 2 years ago
  • model.safetensors
    1.34 GB
    xet
    Upload BertForQuestionAnswering over 2 years ago