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

TehranNLP-org
/
electra-base-sst2

Text Classification
Transformers
PyTorch
English
electra
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use TehranNLP-org/electra-base-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TehranNLP-org/electra-base-sst2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TehranNLP-org/electra-base-sst2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TehranNLP-org/electra-base-sst2")
    model = AutoModelForSequenceClassification.from_pretrained("TehranNLP-org/electra-base-sst2")
  • Notebooks
  • Google Colab
  • Kaggle
electra-base-sst2 / training_dynamics
3.24 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
amodaresi's picture
amodaresi
Added training dynamics
e0d7d49 about 4 years ago
  • epoch0_train_idxs_[67349].pt
    539 kB
    xet
    Added training dynamics about 4 years ago
  • epoch0_train_logits_[67349, 2].pt
    539 kB
    xet
    Added training dynamics about 4 years ago
  • epoch1_train_idxs_[67349].pt
    539 kB
    xet
    Added training dynamics about 4 years ago
  • epoch1_train_logits_[67349, 2].pt
    539 kB
    xet
    Added training dynamics about 4 years ago
  • epoch2_train_idxs_[67349].pt
    539 kB
    xet
    Added training dynamics about 4 years ago
  • epoch2_train_logits_[67349, 2].pt
    539 kB
    xet
    Added training dynamics about 4 years ago