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

myml
/
toutiao

Text Classification
Transformers
PyTorch
Safetensors
Chinese
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use myml/toutiao with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="myml/toutiao")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("myml/toutiao")
    model = AutoModelForSequenceClassification.from_pretrained("myml/toutiao")
  • Notebooks
  • Google Colab
  • Kaggle
toutiao
819 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
myml's picture
myml
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
2f791fb about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.39 kB
    Update README.md about 3 years ago
  • config.json
    1.64 kB
    First model version about 3 years ago
  • eval_results.txt
    68 Bytes
    First model version about 3 years ago
  • main.py
    806 Bytes
    First model version about 3 years ago
  • model.safetensors
    409 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • model_args.json
    2.68 kB
    First model version about 3 years ago
  • pytorch_model.bin
    409 MB
    xet
    First model version about 3 years ago
  • special_tokens_map.json
    125 Bytes
    First model version about 3 years ago
  • tokenizer.json
    439 kB
    First model version about 3 years ago
  • tokenizer_config.json
    310 Bytes
    First model version about 3 years ago
  • training_args.bin
    3.26 kB
    xet
    First model version about 3 years ago
  • vocab.txt
    110 kB
    First model version about 3 years ago