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

MarieAngeA13
/
Sentiment-Analysis-BERT

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

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

  • Libraries
  • Transformers

    How to use MarieAngeA13/Sentiment-Analysis-BERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MarieAngeA13/Sentiment-Analysis-BERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MarieAngeA13/Sentiment-Analysis-BERT")
    model = AutoModelForSequenceClassification.from_pretrained("MarieAngeA13/Sentiment-Analysis-BERT", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Sentiment-Analysis-BERT
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
MarieAngeA13's picture
MarieAngeA13
Update .gitattributes
c8fe516 about 3 years ago
  • .gitattributes
    1.3 kB
    Update .gitattributes about 3 years ago
  • README.md
    30 Bytes
    initial commit about 3 years ago
  • best_model_state.bin
    438 MB
    xet
    Upload 8 files about 3 years ago
  • config.json
    944 Bytes
    Upload 8 files about 3 years ago
  • gitattributes.txt
    1.3 kB
    Upload 8 files about 3 years ago
  • sample_input.pkl
    2.85 kB
    xet
    Upload 8 files about 3 years ago
  • special_tokens_map.json
    112 Bytes
    Upload 8 files about 3 years ago
  • tokenizer.json
    466 kB
    Upload 8 files about 3 years ago
  • tokenizer_config.json
    313 Bytes
    Upload 8 files about 3 years ago
  • vocab.txt
    232 kB
    Upload 8 files about 3 years ago