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

  • Log In
  • Sign Up

AfroLogicInsect
/
sentiment-analysis-model

Text Classification
Transformers
Safetensors
English
distilbert
sentiment-analysis
nlp
imdb
binary-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use AfroLogicInsect/sentiment-analysis-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AfroLogicInsect/sentiment-analysis-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AfroLogicInsect/sentiment-analysis-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AfroLogicInsect/sentiment-analysis-model")
    model = AutoModelForSequenceClassification.from_pretrained("AfroLogicInsect/sentiment-analysis-model")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-analysis-model
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
AfroLogicInsect's picture
AfroLogicInsect
Upload tokenizer
e7574df verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.09 kB
    Update README.md 10 months ago
  • config.json
    689 Bytes
    Upload DistilBertForSequenceClassification 9 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 9 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 10 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    1.34 kB
    Upload tokenizer 9 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 10 months ago