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

  • Log In
  • Sign Up

ashraq
/
dv-electra-small

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
electra
Model card Files Files and versions
xet
Community
1

Instructions to use ashraq/dv-electra-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ashraq/dv-electra-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ashraq/dv-electra-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ashraq/dv-electra-small")
    model = AutoModelForMaskedLM.from_pretrained("ashraq/dv-electra-small")
  • Notebooks
  • Google Colab
  • Kaggle
dv-electra-small
163 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
b9f5fb7 over 2 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 2 years ago
  • config.json
    507 Bytes
    Update config.json over 4 years ago
  • model.safetensors
    53.9 MB
    xet
    Adding `safetensors` variant of this model over 2 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
    70k steps almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    70k steps almost 5 years ago
  • tf_model.h5
    54.2 MB
    xet
    70k steps almost 5 years ago
  • tokenizer_config.json
    181 Bytes
    70k steps almost 5 years ago
  • vocab.txt
    418 kB
    add vocab.txt almost 5 years ago