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

  • Log In
  • Sign Up

Christoph911
/
GELECTRA-base-LegalQuAD

Question Answering
Transformers
PyTorch
German
electra
qa
Model card Files Files and versions
xet
Community
1

Instructions to use Christoph911/GELECTRA-base-LegalQuAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Christoph911/GELECTRA-base-LegalQuAD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Christoph911/GELECTRA-base-LegalQuAD")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Christoph911/GELECTRA-base-LegalQuAD")
    model = AutoModelForQuestionAnswering.from_pretrained("Christoph911/GELECTRA-base-LegalQuAD")
  • Notebooks
  • Google Colab
  • Kaggle
GELECTRA-base-LegalQuAD
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Christoph911's picture
Christoph911
Create README.md
bbaf4da over 3 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    504 Bytes
    Create README.md over 3 years ago
  • config.json
    818 Bytes
    First commit! almost 4 years ago
  • prediction_head_0.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    7.59 kB
    xet
    First commit! almost 4 years ago
  • prediction_head_0_config.json
    473 Bytes
    First commit! almost 4 years ago
  • processor_config.json
    697 Bytes
    First commit! almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    437 MB
    xet
    First commit! almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    First commit! almost 4 years ago
  • tokenizer.json
    479 kB
    First commit! almost 4 years ago
  • tokenizer_config.json
    380 Bytes
    First commit! almost 4 years ago
  • vocab.txt
    240 kB
    First commit! almost 4 years ago