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

  • Log In
  • Sign Up

Harsh-7300
/
s-bert_final

Feature Extraction
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use Harsh-7300/s-bert_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Harsh-7300/s-bert_final with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Harsh-7300/s-bert_final")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Harsh-7300/s-bert_final")
    model = AutoModel.from_pretrained("Harsh-7300/s-bert_final")
  • Notebooks
  • Google Colab
  • Kaggle
s-bert_final
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Harsh-7300's picture
Harsh-7300
Upload tokenizer
392e1ea verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    21 Bytes
    initial commit about 2 years ago
  • config.json
    583 Bytes
    Upload model about 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload model about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer about 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer about 2 years ago