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

  • Log In
  • Sign Up

LeoChiuu
/
sbert-base-ja-spm

Feature Extraction
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LeoChiuu/sbert-base-ja-spm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LeoChiuu/sbert-base-ja-spm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="LeoChiuu/sbert-base-ja-spm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("LeoChiuu/sbert-base-ja-spm")
    model = AutoModel.from_pretrained("LeoChiuu/sbert-base-ja-spm")
  • Notebooks
  • Google Colab
  • Kaggle
sbert-base-ja-spm
447 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
LeoChiuu's picture
LeoChiuu
Upload tokenizer
8abe010 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    11 Bytes
    Upload tokenizer almost 2 years ago
  • added_tokens.json
    24 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    871 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    208 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    442 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    242 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    301 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • spm.model
    803 kB
    xet
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    2.41 MB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.model
    803 kB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. almost 2 years ago