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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

24bean
/
kcelectra_senti_binary

Text Classification
Transformers
PyTorch
electra
Model card Files Files and versions
xet
Community
1

Instructions to use 24bean/kcelectra_senti_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 24bean/kcelectra_senti_binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="24bean/kcelectra_senti_binary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("24bean/kcelectra_senti_binary")
    model = AutoModelForSequenceClassification.from_pretrained("24bean/kcelectra_senti_binary", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
kcelectra_senti_binary
1.99 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
1f5e720 over 3 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model over 3 years ago
  • README.md
    28 Bytes
    initial commit almost 4 years ago
  • config.json
    882 Bytes
    Upload config.json almost 4 years ago
  • model.safetensors
    498 MB
    xet
    Adding `safetensors` variant of this model over 3 years ago
  • optimizer.pt
    996 MB
    xet
    Upload optimizer.pt almost 4 years ago
  • pytorch_model.bin
    498 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Upload training_args.bin almost 4 years ago