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

  • Log In
  • Sign Up

rmihaylov
/
roberta-base-use-qa-bg

Sentence Similarity
Transformers
PyTorch
Bulgarian
xlm-roberta
feature-extraction
torch
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use rmihaylov/roberta-base-use-qa-bg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rmihaylov/roberta-base-use-qa-bg with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("rmihaylov/roberta-base-use-qa-bg", trust_remote_code=True)
    model = AutoModel.from_pretrained("rmihaylov/roberta-base-use-qa-bg", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-use-qa-bg
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
rmihaylov's picture
rmihaylov
Update README.md
d141e8b about 4 years ago
  • .gitattributes
    1.27 kB
    add tokenizer about 4 years ago
  • README.md
    8.92 kB
    Update README.md about 4 years ago
  • config.json
    816 Bytes
    add model about 4 years ago
  • modeling_roberta.py
    1.02 kB
    add model about 4 years ago
  • pytorch_model.bin
    1.12 GB
    xet
    add model about 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    add tokenizer about 4 years ago
  • special_tokens_map.json
    150 Bytes
    add tokenizer about 4 years ago
  • tokenizer.json
    17.1 MB
    xet
    add tokenizer about 4 years ago
  • tokenizer_config.json
    510 Bytes
    add tokenizer about 4 years ago