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

BlueAutomata
/
bert-base-spanish-wwm-cased-news-qa-colombia-mexico

Question Answering
Transformers
Safetensors
bert
spanish
qa
news
colombia
mexico
bert-base
wwm
cased
Model card Files Files and versions
xet
Community

Instructions to use BlueAutomata/bert-base-spanish-wwm-cased-news-qa-colombia-mexico with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BlueAutomata/bert-base-spanish-wwm-cased-news-qa-colombia-mexico with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="BlueAutomata/bert-base-spanish-wwm-cased-news-qa-colombia-mexico")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("BlueAutomata/bert-base-spanish-wwm-cased-news-qa-colombia-mexico")
    model = AutoModelForQuestionAnswering.from_pretrained("BlueAutomata/bert-base-spanish-wwm-cased-news-qa-colombia-mexico", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-spanish-wwm-cased-news-qa-colombia-mexico
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BlueAutomata's picture
BlueAutomata
Upload BertForQuestionAnswering
2200471 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.24 kB
    Upload BertForQuestionAnswering 10 months ago
  • config.json
    615 Bytes
    Upload BertForQuestionAnswering 10 months ago
  • model.safetensors
    437 MB
    xet
    Upload BertForQuestionAnswering 9 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 10 months ago
  • tokenizer.json
    730 kB
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    1.29 kB
    Upload tokenizer 10 months ago
  • vocab.txt
    242 kB
    Upload tokenizer 10 months ago