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

data-silence
/
any-news-classifier

Text Classification
Transformers
TensorBoard
Safetensors
Russian
bert
Generated from Trainer
news
russian
media
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use data-silence/any-news-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use data-silence/any-news-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="data-silence/any-news-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("data-silence/any-news-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("data-silence/any-news-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
any-news-classifier / runs
49.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
data-silence's picture
data-silence
data-silence/rus-news-multiclassifier_ft
fdc8c19 verified almost 2 years ago
  • Aug12_18-51-16_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_19-07-37_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_19-16-07_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_19-26-49_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_19-40-51_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_19-57-12_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago
  • Aug12_20-26-14_97aac8777b25
    data-silence/rus-news-multiclassifier_ft almost 2 years ago