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

seara
/
rubert-tiny2-russian-emotion-detection-cedr

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
Russian
bert
sentiment-analysis
multi-label-classification
sentiment analysis
rubert
sentiment
tiny
russian
multilabel
classification
emotion-classification
emotion-recognition
emotion
emotion-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="seara/rubert-tiny2-russian-emotion-detection-cedr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("seara/rubert-tiny2-russian-emotion-detection-cedr")
    model = AutoModelForSequenceClassification.from_pretrained("seara/rubert-tiny2-russian-emotion-detection-cedr")
  • Notebooks
  • Google Colab
  • Kaggle
rubert-tiny2-russian-emotion-detection-cedr
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
seara's picture
seara
Upload flax_model.msgpack with huggingface_hub
927ce91 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.31 kB
    Update README.md over 1 year ago
  • config.json
    1.01 kB
    Upload BertForSequenceClassification about 3 years ago
  • flax_model.msgpack
    117 MB
    xet
    Upload flax_model.msgpack with huggingface_hub over 1 year ago
  • model.safetensors
    117 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 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
    Upload BertForSequenceClassification about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 3 years ago
  • tf_model.h5
    117 MB
    xet
    Upload tf_model.h5 with huggingface_hub over 1 year ago
  • tokenizer.json
    2.41 MB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    410 Bytes
    Upload tokenizer about 3 years ago
  • vocab.txt
    1.08 MB
    Upload tokenizer about 3 years ago