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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rudy-technology
/
sentiment

Text Classification
Transformers
PyTorch
TensorBoard
Thai
camembert
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use rudy-technology/sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rudy-technology/sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rudy-technology/sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("rudy-technology/sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment / logs
21.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Watohara's picture
Watohara
Upload 15 files
ce37aef verified over 2 years ago
  • 1636124601.9356308
    Upload 15 files over 2 years ago
  • 1636124823.6267848
    Upload 15 files over 2 years ago
  • 1636133410.7255726
    Upload 15 files over 2 years ago
  • events.out.tfevents.1636124601.3db2f46f42d8.3313.0
    3.58 kB
    xet
    Upload 15 files over 2 years ago
  • events.out.tfevents.1636133410.3db2f46f42d8.3483.2
    3.93 kB
    xet
    Upload 15 files over 2 years ago