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

sehandev
/
koelectra-qa

Question Answering
Transformers
PyTorch
electra
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use sehandev/koelectra-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sehandev/koelectra-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="sehandev/koelectra-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("sehandev/koelectra-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("sehandev/koelectra-qa")
  • Notebooks
  • Google Colab
  • Kaggle
koelectra-qa
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sehandev's picture
sehandev
add tokenizer
c179bf3 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • .gitignore
    13 Bytes
    koelectra-qa almost 5 years ago
  • README.md
    1.03 kB
    koelectra-qa almost 5 years ago
  • config.json
    730 Bytes
    koelectra-qa almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    449 MB
    xet
    koelectra-qa almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer almost 5 years ago
  • tokenizer.json
    534 kB
    add tokenizer almost 5 years ago
  • tokenizer_config.json
    396 Bytes
    add tokenizer almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.61 kB
    xet
    koelectra-qa almost 5 years ago
  • vocab.txt
    263 kB
    add tokenizer almost 5 years ago