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

Ehsanl
/
Robbert_base23_old_7neg_kd

Feature Extraction
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ehsanl/Robbert_base23_old_7neg_kd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ehsanl/Robbert_base23_old_7neg_kd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Ehsanl/Robbert_base23_old_7neg_kd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Ehsanl/Robbert_base23_old_7neg_kd")
    model = AutoModel.from_pretrained("Ehsanl/Robbert_base23_old_7neg_kd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Robbert_base23_old_7neg_kd
254 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Ehsanl's picture
Ehsanl
Model save
09935df verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.35 kB
    Model save 12 months ago
  • config.json
    801 Bytes
    Training in progress, step 1936 12 months ago
  • merges.txt
    502 kB
    Training in progress, step 1936 12 months ago
  • model.safetensors
    249 MB
    xet
    Training in progress, step 11661 12 months ago
  • special_tokens_map.json
    957 Bytes
    Training in progress, step 1936 12 months ago
  • tokenizer.json
    3.64 MB
    Training in progress, step 1936 12 months ago
  • tokenizer_config.json
    1.24 kB
    Training in progress, step 1936 12 months ago
  • training_args.bin
    6.03 kB
    xet
    Training in progress, step 1936 12 months ago
  • vocab.json
    841 kB
    Training in progress, step 1936 12 months ago