AI SeedbankHelp preserve open and free AI for humanity's future

← All models

blanchefort_rubert-base-cased-sentiment-rusentiment

blanchefort · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language:

  • ru tags:
  • sentiment
  • text-classification datasets:
  • RuSentiment

RuBERT for Sentiment Analysis

This is a DeepPavlov/rubert-base-cased-conversational model trained on RuSentiment.

Labels

0: NEUTRAL
1: POSITIVE
2: NEGATIVE

How to use


import torch
from transformers import AutoModelForSequenceClassification
from transformers import BertTokenizerFast

tokenizer = BertTokenizerFast.from_pretrained('blanchefort/rubert-base-cased-sentiment-rusentiment')
model = AutoModelForSequenceClassification.from_pretrained('blanchefort/rubert-base-cased-sentiment-rusentiment', return_dict=True)

@torch.no_grad()
def predict(text):
    inputs = tokenizer(text, max_length=512, padding=True, truncation=True, return_tensors='pt')
    outputs = model(**inputs)
    predicted = torch.nn.functional.softmax(outputs.logits, dim=1)
    predicted = torch.argmax(predicted, dim=1).numpy()
    return predicted

Dataset used for model training

RuSentiment

A. Rogers A. Romanov A. Rumshisky S. Volkova M. Gronas A. Gribov RuSentiment: An Enriched Sentiment Analysis Dataset for Social Media in Russian. Proceedings of COLING 2018.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:9f3aa21c9fe07504b735ed73d885f9663ee242c0&dn=blanchefort_rubert-base-cased-sentiment-rusentiment

Open magnet in torrent client · infohash 9f3aa21c9fe07504b735ed73d885f9663ee242c0

Files & hashes

PathSizesha1sha256
README.md1.3 KB (1,362 B)4ab9d174e7b941ed9b3f3c7c5a60c022a2a09cad353e7dc44c186b7c0d703c24d86c378ef9afa1984112c5242d1977db0c6e5d95
config.json952 B (952 B)a18b5d2c81d383317e533a9d6a4fc83c6549bd085fb092c2ce54b6035ae61668a84a3252fd8fc6435d6e43b3c7625006ed636810
model.safetensors678.5 MB (711,450,722 B)416cb6506c2a6d3e305d2d79c1a81df5df1b20ab5e2030a2909309ee65711944c470e0cd24c9cc24b69f784dc374e9a78dd0c946
pytorch_model.bin678.5 MB (711,509,513 B)25f6d53f2c0223cf90cd0c74777c47134f97c4ffb12831c8ff521e1426db1cd19963ec26e53a6deae877bbb1facb1fde5bdc9635
special_tokens_map.json112 B (112 B)e7b0375001f109a6b8873d756ad4f7bbb15fbaa5303df45a03609e4ead04bc3dc1536d0ab19b5358db685b6f3da123d05ec200e3
tokenizer_config.json495 B (495 B)7e5b0d8c4ca588726883bbf9db4342337a5bcc27e5b34ae514c507f42a09eec00c992ab53deae48ede14b22c2d0e756a3040f58a
vocab.txt1.3 MB (1,404,983 B)a95740b522bdec894c9038f8dfb4e405c9e7910db0f49a91807c4e4807cb242cd664aa67911f767453de0adf053388cadb73a5b7

Cite this release

Canonical URL
https://aiseedbank.org/models/blanchefort_rubert-base-cased-sentiment-rusentiment/
Slug
blanchefort_rubert-base-cased-sentiment-rusentiment
Infohash
9f3aa21c9fe07504b735ed73d885f9663ee242c0
License
no license recorded
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: blanchefort_rubert-base-cased-sentiment-rusentiment.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryblanchefort/rubert-base-cased-sentiment-rusentiment
Revision (pinned)fbdd54d0b1e4867fc5e862cb9a306dde08429966
Fetched at2026-09-03T21:05:27Z
License at fetchno license recorded
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T21:05:43Z

no license recorded1.33 GB (1,424,368,139 bytes)transformerspytorchjaxsafetensorsberttext-classificationsentimentendpoints_compatible2 languages (tf, ru)