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

BASF-AI
/
ChEmbed-vanilla

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

Instructions to use BASF-AI/ChEmbed-vanilla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BASF-AI/ChEmbed-vanilla with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="BASF-AI/ChEmbed-vanilla", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BASF-AI/ChEmbed-vanilla", trust_remote_code=True)
    model = AutoModel.from_pretrained("BASF-AI/ChEmbed-vanilla", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
ChEmbed-vanilla
548 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
hsila's picture
hsila
Update model weights
07e7015 about 15 hours ago
  • 1_Pooling
    Add extra file 1_Pooling/config.json 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.19 kB
    Update README.md 8 months ago
  • config.json
    1.56 kB
    Upload model 12 months ago
  • configuration_hf_nomic_bert.py
    1.96 kB
    Add configuration_hf_nomic_bert.py 12 months ago
  • model.safetensors
    547 MB
    xet
    Update model weights about 15 hours ago
  • modeling_hf_nomic_bert.py
    85.5 kB
    Add modeling_hf_nomic_bert.py 12 months ago
  • modules.json
    349 Bytes
    Add extra file modules.json 12 months ago
  • sentence_bert_config.json
    54 Bytes
    Add extra file sentence_bert_config.json 12 months ago
  • special_tokens_map.json
    125 Bytes
    Add extra file special_tokens_map.json 12 months ago
  • tokenizer.json
    711 kB
    Add extra file tokenizer.json 12 months ago
  • tokenizer_config.json
    1.19 kB
    Add extra file tokenizer_config.json 12 months ago
  • vocab.txt
    232 kB
    Add extra file vocab.txt 12 months ago