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

  • Log In
  • Sign Up

VinMir
/
GordonAI-sentiment_analysis

Text Classification
Transformers
Safetensors
English
Italian
Spanish
deberta-v2
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use VinMir/GordonAI-sentiment_analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use VinMir/GordonAI-sentiment_analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="VinMir/GordonAI-sentiment_analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("VinMir/GordonAI-sentiment_analysis")
    model = AutoModelForSequenceClassification.from_pretrained("VinMir/GordonAI-sentiment_analysis")
  • Notebooks
  • Google Colab
  • Kaggle
GordonAI-sentiment_analysis
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
VinMir's picture
VinMir
Update README.md
e22259b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE.md
    869 Bytes
    Added model files for sentiment over 1 year ago
  • MANIFEST.in
    171 Bytes
    Added model files for sentiment over 1 year ago
  • README.md
    1.69 kB
    Update README.md over 1 year ago
  • added_tokens.json
    23 Bytes
    Added model files for sentiment over 1 year ago
  • config.json
    1.04 kB
    Update config.json over 1 year ago
  • model.safetensors
    1.74 GB
    xet
    Added model files for sentiment over 1 year ago
  • special_tokens_map.json
    286 Bytes
    Added model files for sentiment over 1 year ago
  • spm.model
    2.46 MB
    xet
    Added model files for sentiment over 1 year ago
  • tokenizer.json
    8.66 MB
    Added model files for sentiment over 1 year ago
  • tokenizer_config.json
    1.28 kB
    Added model files for sentiment over 1 year ago