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

kiselyovd
/
grnti-text-classifier

Text Classification
Transformers
Safetensors
Russian
xlm-roberta
russian-nlp
grnti
multiclass
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use kiselyovd/grnti-text-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kiselyovd/grnti-text-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kiselyovd/grnti-text-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kiselyovd/grnti-text-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("kiselyovd/grnti-text-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
grnti-text-classifier
1.85 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
kiselyovd's picture
kiselyovd
docs: add hero banner
603dcc2 verified 5 days ago
  • baseline
    publish baseline ruBERT checkpoint 2 months ago
  • plots
    Add per_class_f1.png visualization 5 days ago
  • .gitattributes
    1.74 kB
    add hero banner 5 days ago
  • README.md
    6.56 kB
    docs: add hero banner 5 days ago
  • config.json
    4.14 kB
    fix: real GRNTI id2label for inference widget 6 days ago
  • hero.jpg
    189 kB
    xet
    add hero banner 5 days ago
  • model.safetensors
    1.11 GB
    xet
    publish main XLM-R checkpoint + card 2 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    publish main XLM-R checkpoint + card 2 months ago
  • special_tokens_map.json
    295 Bytes
    publish main XLM-R checkpoint + card 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    publish main XLM-R checkpoint + card 2 months ago
  • tokenizer_config.json
    1.2 kB
    publish main XLM-R checkpoint + card 2 months ago