Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mutaaaa
/
ruBert_tiny_test

Text Classification
Transformers
Safetensors
English
Russian
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mutaaaa/ruBert_tiny_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mutaaaa/ruBert_tiny_test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mutaaaa/ruBert_tiny_test")
    model = AutoModelForSequenceClassification.from_pretrained("mutaaaa/ruBert_tiny_test")
  • Notebooks
  • Google Colab
  • Kaggle
ruBert_tiny_test
117 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mutaaaa's picture
mutaaaa
Update README.md
b8b281a verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    133 Bytes
    Update README.md 10 months ago
  • config.json
    897 Bytes
    Upload config and safetensors 10 months ago
  • model.safetensors
    117 MB
    xet
    Upload config and safetensors 10 months ago