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

Yuyi-Tech
/
need_follow_cls

Text Classification
Transformers
PyTorch
ernie
Model card Files Files and versions
xet
Community
1

Instructions to use Yuyi-Tech/need_follow_cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yuyi-Tech/need_follow_cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Yuyi-Tech/need_follow_cls")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Yuyi-Tech/need_follow_cls")
    model = AutoModelForSequenceClassification.from_pretrained("Yuyi-Tech/need_follow_cls")
  • Notebooks
  • Google Colab
  • Kaggle
need_follow_cls
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BrightXiaoHan's picture
BrightXiaoHan
Upload tokenizer
064330d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.05 kB
    Upload ErnieForSequenceClassification about 2 years ago
  • pytorch_model.bin
    472 MB
    xet
    Upload ErnieForSequenceClassification about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    818 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    366 Bytes
    Upload tokenizer about 2 years ago
  • vocab.txt
    187 kB
    Upload tokenizer about 2 years ago