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

s-nlp
/
ruRoberta-large-paraphrase-v1

Text Classification
Transformers
PyTorch
Safetensors
Russian
roberta
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use s-nlp/ruRoberta-large-paraphrase-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use s-nlp/ruRoberta-large-paraphrase-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="s-nlp/ruRoberta-large-paraphrase-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("s-nlp/ruRoberta-large-paraphrase-v1")
    model = AutoModelForSequenceClassification.from_pretrained("s-nlp/ruRoberta-large-paraphrase-v1")
  • Notebooks
  • Google Colab
  • Kaggle
ruRoberta-large-paraphrase-v1
2.85 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
cointegrated's picture
cointegrated
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
da04872 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    2.57 kB
    Update README.md over 3 years ago
  • config.json
    922 Bytes
    The first commit almost 4 years ago
  • merges.txt
    1.37 MB
    The first commit almost 4 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    The first commit almost 4 years ago
  • special_tokens_map.json
    957 Bytes
    The first commit almost 4 years ago
  • tokenizer.json
    3.93 MB
    The first commit almost 4 years ago
  • tokenizer_config.json
    1.35 kB
    The first commit almost 4 years ago
  • vocab.json
    1.71 MB
    The first commit almost 4 years ago