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

  • Log In
  • Sign Up

afnankhth
/
emo-cls

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use afnankhth/emo-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use afnankhth/emo-cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="afnankhth/emo-cls")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("afnankhth/emo-cls")
    model = AutoModelForSequenceClassification.from_pretrained("afnankhth/emo-cls")
  • Notebooks
  • Google Colab
  • Kaggle
emo-cls
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
afnankhth's picture
afnankhth
Upload tokenizer
4d66d3b verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 6 months ago
  • config.json
    1.09 kB
    Upload BertForSequenceClassification 6 months ago
  • model.safetensors
    541 MB
    xet
    Upload BertForSequenceClassification 6 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 6 months ago
  • tokenizer.json
    1.73 MB
    Upload tokenizer 6 months ago
  • tokenizer_config.json
    1.4 kB
    Upload tokenizer 6 months ago
  • vocab.txt
    718 kB
    Upload tokenizer 6 months ago