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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jackietung
/
bert-base-chinese-finetuned-multi-classification

Text Classification
Transformers
Safetensors
Chinese
bert
chinese
customer feedback
app-reviews
Model card Files Files and versions
xet
Community

Instructions to use jackietung/bert-base-chinese-finetuned-multi-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jackietung/bert-base-chinese-finetuned-multi-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jackietung/bert-base-chinese-finetuned-multi-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jackietung/bert-base-chinese-finetuned-multi-classification")
    model = AutoModelForSequenceClassification.from_pretrained("jackietung/bert-base-chinese-finetuned-multi-classification")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-chinese-finetuned-multi-classification
409 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
jackietung's picture
jackietung
Update README.md
92866d7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.88 kB
    Update README.md over 1 year ago
  • config.json
    1.28 kB
    Upload folder using huggingface_hub over 1 year ago
  • examples.py
    1.5 kB
    Upload folder using huggingface_hub over 1 year ago
  • metadata.json
    884 Bytes
    Update metadata.json over 1 year ago
  • model.safetensors
    409 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub over 1 year ago
  • vocab.txt
    110 kB
    Upload folder using huggingface_hub over 1 year ago