Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mlxen
/
electra-smallcase-squad

Question Answering
Transformers
PyTorch
TensorBoard
electra
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use mlxen/electra-smallcase-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mlxen/electra-smallcase-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mlxen/electra-smallcase-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mlxen/electra-smallcase-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("mlxen/electra-smallcase-squad")
  • Notebooks
  • Google Colab
  • Kaggle
electra-smallcase-squad
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
mlxen's picture
mlxen
autoevaluator's picture
autoevaluator HF Staff
Add evaluation results on the squad_v2 config and validation split of squad_v2 (#1)
b09f6b6 over 3 years ago
  • runs
    Training complete over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 3 years ago
  • README.md
    2.34 kB
    Add evaluation results on the squad_v2 config and validation split of squad_v2 (#1) over 3 years ago
  • config.json
    803 Bytes
    Training in progress, epoch 1 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    54 MB
    xet
    Training in progress, epoch 3 over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 3 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 3 years ago
  • tokenizer_config.json
    368 Bytes
    Training in progress, epoch 1 over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.44 kB
    xet
    Training in progress, epoch 1 over 3 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 3 years ago