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

heavyhelium
/
electra-small-touche-rawplusctx-binary

Text Classification
Transformers
Safetensors
electra
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use heavyhelium/electra-small-touche-rawplusctx-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use heavyhelium/electra-small-touche-rawplusctx-binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="heavyhelium/electra-small-touche-rawplusctx-binary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("heavyhelium/electra-small-touche-rawplusctx-binary")
    model = AutoModelForSequenceClassification.from_pretrained("heavyhelium/electra-small-touche-rawplusctx-binary")
  • Notebooks
  • Google Colab
  • Kaggle
electra-small-touche-rawplusctx-binary
382 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
heavyhelium's picture
heavyhelium
Model save
c63ec87 verified 9 days ago
  • checkpoint-235
    Training in progress, epoch 5, checkpoint 9 days ago
  • checkpoint-47
    Training in progress, epoch 1, checkpoint 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    2.09 kB
    Model save 9 days ago
  • config.json
    1.04 kB
    Training in progress, epoch 1 9 days ago
  • model.safetensors
    54.2 MB
    xet
    Training in progress, epoch 5 9 days ago
  • tokenizer.json
    711 kB
    Model save 9 days ago
  • tokenizer_config.json
    351 Bytes
    Model save 9 days ago
  • training_args.bin
    5.46 kB
    xet
    Training in progress, epoch 1 9 days ago