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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

T-Systems-onsite
/
german-roberta-sentence-transformer-v2

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
German
xlm-roberta
sentence_embedding
search
roberta
xlm-r-distilroberta-base-paraphrase-v1
paraphrase
Model card Files Files and versions
xet
Community
2

Instructions to use T-Systems-onsite/german-roberta-sentence-transformer-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use T-Systems-onsite/german-roberta-sentence-transformer-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="T-Systems-onsite/german-roberta-sentence-transformer-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("T-Systems-onsite/german-roberta-sentence-transformer-v2")
    model = AutoModel.from_pretrained("T-Systems-onsite/german-roberta-sentence-transformer-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
german-roberta-sentence-transformer-v2
3.34 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 21 commits
PhilipMay's picture
PhilipMay
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
0b0f13d over 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#2) over 3 years ago
  • LICENSE
    1.1 kB
    Upload LICENSE almost 5 years ago
  • README.md
    607 Bytes
    Update README.md almost 5 years ago
  • config.json
    541 Bytes
    Update config.json almost 6 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model (#2) over 3 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • sentence_bert_config.json
    27 Bytes
    Update sentence_bert_config.json almost 6 years ago
  • sentencepiece.bpe.model
    5.07 MB
    Update sentencepiece.bpe.model almost 6 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tf_model.h5
    1.11 GB
    xet
    Add TF weights (#1) about 4 years ago
  • tokenizer_config.json
    188 Bytes
    Update tokenizer_config.json almost 6 years ago