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

lgrobol
/
electra-minuscule-generator

Fill-Mask
Transformers
PyTorch
Safetensors
multilingual
electra
testing
minuscule
Model card Files Files and versions
xet
Community
1

Instructions to use lgrobol/electra-minuscule-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lgrobol/electra-minuscule-generator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lgrobol/electra-minuscule-generator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lgrobol/electra-minuscule-generator")
    model = AutoModelForMaskedLM.from_pretrained("lgrobol/electra-minuscule-generator")
  • Notebooks
  • Google Colab
  • Kaggle
electra-minuscule-generator
448 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
lgrobol's picture
lgrobol
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2d36f83 about 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    292 Bytes
    add model over 4 years ago
  • config.json
    755 Bytes
    add model over 4 years ago
  • model.safetensors
    215 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    226 kB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    238 Bytes
    add model over 4 years ago
  • tokenizer.json
    4.67 kB
    add model over 4 years ago
  • tokenizer_config.json
    384 Bytes
    add model over 4 years ago