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

sk413025
/
my-awesome-model

Text Classification
Transformers
Safetensors
Chinese
bert
sentiment-analysis
chinese
Model card Files Files and versions
xet
Community

Instructions to use sk413025/my-awesome-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sk413025/my-awesome-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sk413025/my-awesome-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sk413025/my-awesome-model")
    model = AutoModelForSequenceClassification.from_pretrained("sk413025/my-awesome-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-awesome-model
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Hankthetank16's picture
Hankthetank16
Add complete Chinese sentiment analysis model
740d610 12 months ago
  • bert-base-chinese
    Add model files and clean up structure 12 months ago
  • trained_model
    Upload model files 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • .gitmodules
    0 Bytes
    Add model files and clean up structure 12 months ago
  • README.md
    2.89 kB
    Add complete Chinese sentiment analysis model 12 months ago
  • config.json
    914 Bytes
    Add complete Chinese sentiment analysis model 12 months ago
  • create_model.py
    4.43 kB
    Add complete Chinese sentiment analysis model 12 months ago
  • model.safetensors
    409 MB
    xet
    Add complete Chinese sentiment analysis model 12 months ago
  • simple_create_model.py
    3.31 kB
    Add complete Chinese sentiment analysis model 12 months ago
  • special_tokens_map.json
    125 Bytes
    Add complete Chinese sentiment analysis model 12 months ago
  • tokenizer_config.json
    1.27 kB
    Add complete Chinese sentiment analysis model 12 months ago
  • vocab.txt
    110 kB
    Add complete Chinese sentiment analysis model 12 months ago