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

Gozdi
/
Electra-base-squad-adversarialqa-epoch-2

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

Instructions to use Gozdi/Electra-base-squad-adversarialqa-epoch-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Gozdi/Electra-base-squad-adversarialqa-epoch-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Gozdi/Electra-base-squad-adversarialqa-epoch-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Gozdi/Electra-base-squad-adversarialqa-epoch-2")
    model = AutoModelForQuestionAnswering.from_pretrained("Gozdi/Electra-base-squad-adversarialqa-epoch-2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Electra-base-squad-adversarialqa-epoch-2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Gozdi's picture
Gozdi
add tokenizer
aa58d76 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    1.59 kB
    add model almost 4 years ago
  • config.json
    775 Bytes
    add model almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    add tokenizer almost 4 years ago
  • tf_model.h5
    436 MB
    xet
    add model almost 4 years ago
  • tokenizer.json
    711 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    367 Bytes
    add tokenizer almost 4 years ago
  • vocab.txt
    232 kB
    add tokenizer almost 4 years ago