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

Aniemore
/
rubert-tiny2-russian-emotion-detection

Text Classification
Transformers
PyTorch
Safetensors
Russian
bert
russian
classification
emotion
emotion-detection
emotion-recognition
multiclass
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Aniemore/rubert-tiny2-russian-emotion-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aniemore/rubert-tiny2-russian-emotion-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Aniemore/rubert-tiny2-russian-emotion-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Aniemore/rubert-tiny2-russian-emotion-detection")
    model = AutoModelForSequenceClassification.from_pretrained("Aniemore/rubert-tiny2-russian-emotion-detection")
  • Notebooks
  • Google Colab
  • Kaggle
rubert-tiny2-russian-emotion-detection
Ctrl+K
Ctrl+K
  • 4 contributors
History: 10 commits
Ar4ikov's picture
Ar4ikov
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
a7b5618 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    4.13 kB
    Update README.md over 3 years ago
  • config.json
    1.06 kB
    Init commit almost 4 years ago
  • model.safetensors
    117 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    117 MB
    xet
    Init commit almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Init commit almost 4 years ago
  • tokenizer.json
    2.41 MB
    Init commit almost 4 years ago
  • tokenizer_config.json
    379 Bytes
    Init commit almost 4 years ago
  • vocab.txt
    1.08 MB
    Init commit almost 4 years ago