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

  • Log In
  • Sign Up

seamew
/
ChnSentiCorp_htl_all

Text Classification
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use seamew/ChnSentiCorp_htl_all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="seamew/ChnSentiCorp_htl_all")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("seamew/ChnSentiCorp_htl_all")
    model = AutoModelForSequenceClassification.from_pretrained("seamew/ChnSentiCorp_htl_all")
  • Notebooks
  • Google Colab
  • Kaggle
ChnSentiCorp_htl_all
410 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
seamew's picture
seamew
Upload tokenizer.json
facc24a about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • config.json
    937 Bytes
    Upload config.json about 4 years ago
  • tf_model.h5
    409 MB
    xet
    Upload tf_model.h5 with git-lfs about 4 years ago
  • tokenizer.json
    269 kB
    Upload tokenizer.json about 4 years ago