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

ricardo-filho
/
google-play-sentiment-analysis

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ricardo-filho/google-play-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ricardo-filho/google-play-sentiment-analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ricardo-filho/google-play-sentiment-analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ricardo-filho/google-play-sentiment-analysis")
    model = AutoModelForSequenceClassification.from_pretrained("ricardo-filho/google-play-sentiment-analysis")
  • Notebooks
  • Google Colab
  • Kaggle
google-play-sentiment-analysis / runs
20 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ricardo-filho's picture
ricardo-filho
Training in progress, epoch 1
4d325f8 over 2 years ago
  • Dec16_22-44-24_ca5a239624e5
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-48-22_ca5a239624e5
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-54-37_ca5a239624e5
    Training in progress, epoch 1 over 2 years ago