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

shravanSCU
/
bert_mixtral_w_sf_aes_7

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

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

  • Libraries
  • Transformers

    How to use shravanSCU/bert_mixtral_w_sf_aes_7 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="shravanSCU/bert_mixtral_w_sf_aes_7")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("shravanSCU/bert_mixtral_w_sf_aes_7")
    model = AutoModel.from_pretrained("shravanSCU/bert_mixtral_w_sf_aes_7")
  • Notebooks
  • Google Colab
  • Kaggle
bert_mixtral_w_sf_aes_7
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
shravanSCU's picture
shravanSCU
Upload cls_layer.torch with huggingface_hub
715ce67 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.17 kB
    Upload model about 1 month ago
  • cls_layer.torch
    5.62 kB
    Upload cls_layer.torch with huggingface_hub about 1 month ago
  • config.json
    745 Bytes
    Upload model about 1 month ago
  • model.safetensors
    433 MB
    xet
    Upload model about 1 month ago
  • tokenizer.json
    669 kB
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    323 Bytes
    Upload tokenizer about 1 month ago