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

tuva
/
turu

Text Classification
Scikit-learn
Joblib
Russian
Tuvinian
custom
language-classification
russian
tuvan
tfidf
logistic-regression
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use tuva/turu with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("tuva/turu", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
turu
1.93 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 54 commits
Valery Irgit
Remove training datasets from model repository
c41e298 16 days ago
  • model
    Retrain optimized web language classifier 2 months ago
  • .gitattributes
    1.63 kB
    A marked set of dates for the Russian-Tuvian sentence co-opus. 1-tu, 0-ru over 2 years ago
  • README.md
    2.76 kB
    Improve model documentation and widget examples 16 days ago
  • TRAINING_REPORT.md
    1.99 kB
    Document published training snapshot 2 months ago
  • config.json
    74 Bytes
    Update config.json over 2 years ago
  • inference.py
    2.07 kB
    Return real prediction scores 2 months ago
  • requirements.txt
    21 Bytes
    Added logistic regression language classifier model over 2 years ago