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

  • Log In
  • Sign Up

hreyulog
/
weibo-opinion-dynamic-sentiment-bert

Text Classification
Transformers
google-tensorflow TensorFlow
Chinese
bert
sentiment-analysis
chinese
weibo
tensorflow
opinion-dynamics
social-media-analysis
Model card Files Files and versions
xet
Community

Instructions to use hreyulog/weibo-opinion-dynamic-sentiment-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hreyulog/weibo-opinion-dynamic-sentiment-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hreyulog/weibo-opinion-dynamic-sentiment-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hreyulog/weibo-opinion-dynamic-sentiment-bert")
    model = AutoModelForSequenceClassification.from_pretrained("hreyulog/weibo-opinion-dynamic-sentiment-bert")
  • Notebooks
  • Google Colab
  • Kaggle
weibo-opinion-dynamic-sentiment-bert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hreyulog's picture
hreyulog
Update README.md
68858d9 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    3.17 kB
    Update README.md 6 days ago
  • config.json
    795 Bytes
    Upload 5 files 6 days ago
  • special_tokens_map.json
    132 Bytes
    Upload 5 files 6 days ago
  • tf_model.h5
    409 MB
    xet
    Upload 5 files 6 days ago
  • tokenizer_config.json
    1.33 kB
    Upload 5 files 6 days ago
  • vocab.txt
    131 kB
    Upload 5 files 6 days ago