Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Safreliy
/
pgpro-bert-question-classifier-v2

Text Classification
Transformers
Safetensors
Russian
English
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use Safreliy/pgpro-bert-question-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Safreliy/pgpro-bert-question-classifier-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Safreliy/pgpro-bert-question-classifier-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Safreliy/pgpro-bert-question-classifier-v2")
    model = AutoModelForSequenceClassification.from_pretrained("Safreliy/pgpro-bert-question-classifier-v2")
  • Notebooks
  • Google Colab
  • Kaggle
pgpro-bert-question-classifier-v2
2.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Safreliy's picture
Safreliy
Update README.md
c73feb1 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.08 kB
    Update README.md about 1 year ago
  • config.json
    883 Bytes
    Upload XLMRobertaForSequenceClassification about 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Upload XLMRobertaForSequenceClassification about 1 year ago