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

  • Log In
  • Sign Up

new5558
/
test_electra_model_40k

Transformers
PyTorch
electra
pretraining
Model card Files Files and versions
xet
Community

Instructions to use new5558/test_electra_model_40k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use new5558/test_electra_model_40k with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("new5558/test_electra_model_40k")
    model = AutoModelForPreTraining.from_pretrained("new5558/test_electra_model_40k")
  • Notebooks
  • Google Colab
  • Kaggle
test_electra_model_40k
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
new5558's picture
new5558
Upload tokenizer
02153c8 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    814 Bytes
    Upload ElectraForPreTraining almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    Upload ElectraForPreTraining almost 3 years ago
  • sentencepiece.bpe.model
    1.03 MB
    xet
    Upload tokenizer almost 3 years ago
  • special_tokens_map.json
    353 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    504 Bytes
    Upload tokenizer almost 3 years ago