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

  • Log In
  • Sign Up

ccdamian
/
test_classifier_bsc

Text Classification
Transformers
Spanish
English
sentiment-analysis
reviews
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ccdamian/test_classifier_bsc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ccdamian/test_classifier_bsc")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ccdamian/test_classifier_bsc", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_classifier_bsc
7.01 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ccdamian's picture
ccdamian
Update README.md
774044e verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.49 kB
    Update README.md over 1 year ago