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

data-silence
/
fasttext-rus-news-classifier

Text Classification
fastText
Russian
news
media
russian
multilingual
Model card Files Files and versions
xet
Community

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

  • Libraries
  • fastText

    How to use data-silence/fasttext-rus-news-classifier with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("data-silence/fasttext-rus-news-classifier", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
fasttext-rus-news-classifier
1.05 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 18 commits
data-silence's picture
data-silence
Update README.md
a9dfadf verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.95 kB
    Update README.md over 1 year ago
  • fasttext_news_classifier.bin
    1.05 GB
    xet
    Add FastText model and inference code almost 2 years ago
  • requirements.txt
    37 Bytes
    evaluation works almost 2 years ago