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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pierreguillou
/
bert-base-cased-squad-v1.1-portuguese

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Portuguese
bert
bert-base
Model card Files Files and versions
xet
Community
4

Instructions to use pierreguillou/bert-base-cased-squad-v1.1-portuguese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pierreguillou/bert-base-cased-squad-v1.1-portuguese with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="pierreguillou/bert-base-cased-squad-v1.1-portuguese")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("pierreguillou/bert-base-cased-squad-v1.1-portuguese")
    model = AutoModelForQuestionAnswering.from_pretrained("pierreguillou/bert-base-cased-squad-v1.1-portuguese", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Problem with load_metric. With update to evaluation, the results are now: exact_match: 43.547 and f1: 56.6346

2
#4 opened almost 2 years ago by
alcalazans

Adding `safetensors` variant of this model

#3 opened over 3 years ago by
SFconvertbot

Não consigo clonar projeto

#2 opened almost 4 years ago by
Alexbp

Model points to wrong dataset

1
#1 opened about 4 years ago by
ArthurBaia
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs