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

Josealssc
/
clasificador_amazon_es

Text Classification
Transformers
Spanish
sentiment-analysis
roberta
amazon-reviews
Model card Files Files and versions
xet
Community

Instructions to use Josealssc/clasificador_amazon_es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Josealssc/clasificador_amazon_es with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Josealssc/clasificador_amazon_es")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Josealssc/clasificador_amazon_es", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clasificador_amazon_es
3.67 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Josealssc's picture
Josealssc
Update README.md
cc1598b verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • README.md
    6.81 kB
    Update README.md 7 days ago
  • tokenizer.json
    3.66 MB
    Upload tokenizer 7 days ago
  • tokenizer_config.json
    424 Bytes
    Upload tokenizer 7 days ago