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

AaronMarker
/
emotionClassifier

Text Classification
Transformers
google-tensorflow TensorFlow
distilbert
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AaronMarker/emotionClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AaronMarker/emotionClassifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AaronMarker/emotionClassifier")
    model = AutoModelForSequenceClassification.from_pretrained("AaronMarker/emotionClassifier")
  • Notebooks
  • Google Colab
  • Kaggle
emotionClassifier
268 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AaronMarker's picture
AaronMarker
add model
a4fa0c2 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    1.59 kB
    add model almost 4 years ago
  • config.json
    920 Bytes
    add model almost 4 years ago
  • tf_model.h5
    268 MB
    xet
    add model almost 4 years ago