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

yashu100
/
aura-sentiment-classifier-v2

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

Instructions to use yashu100/aura-sentiment-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yashu100/aura-sentiment-classifier-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yashu100/aura-sentiment-classifier-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yashu100/aura-sentiment-classifier-v2")
    model = AutoModelForSequenceClassification.from_pretrained("yashu100/aura-sentiment-classifier-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
aura-sentiment-classifier-v2
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yashu100's picture
yashu100
Update README.md
481bff6 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.23 kB
    Update README.md 11 months ago
  • config.json
    1.03 kB
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago
  • model.safetensors
    438 MB
    xet
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago
  • special_tokens_map.json
    732 Bytes
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago
  • tokenizer.json
    712 kB
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago
  • tokenizer_config.json
    1.44 kB
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago
  • vocab.txt
    232 kB
    Initial upload of fine-tuned sentiment model for SIH project 11 months ago