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

  • Log In
  • Sign Up

phanerozoic
/
BERT-Sentiment-Classifier

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

Instructions to use phanerozoic/BERT-Sentiment-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use phanerozoic/BERT-Sentiment-Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="phanerozoic/BERT-Sentiment-Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("phanerozoic/BERT-Sentiment-Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("phanerozoic/BERT-Sentiment-Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-Sentiment-Classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
phanerozoic's picture
phanerozoic
Update config.json
74cb241 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.9 kB
    Update README.md almost 2 years ago
  • config.json
    726 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload model.safetensors about 2 years ago
  • runinfo.json
    6.78 kB
    Upload 2 files about 2 years ago
  • tokenizer.json
    466 kB
    Upload 2 files about 2 years ago
  • tokenizer_config.json
    48 Bytes
    Upload 2 files about 2 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt about 2 years ago