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

eriksarriegui
/
all-MiniLM-L6-v2-TensorTrain

Feature Extraction
Transformers
Safetensors
tt_minilm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use eriksarriegui/all-MiniLM-L6-v2-TensorTrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eriksarriegui/all-MiniLM-L6-v2-TensorTrain with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="eriksarriegui/all-MiniLM-L6-v2-TensorTrain", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("eriksarriegui/all-MiniLM-L6-v2-TensorTrain", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
all-MiniLM-L6-v2-TensorTrain
9.05 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
eriksarriegui's picture
eriksarriegui
Upload tokenizer
ce342f1 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload TTMiniLM about 2 months ago
  • config.json
    247 Bytes
    Upload TTMiniLM about 2 months ago
  • model.safetensors
    8.33 MB
    xet
    Upload TTMiniLM about 2 months ago
  • modeling_tt.py
    4.2 kB
    Upload TTMiniLM about 2 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    374 Bytes
    Upload tokenizer about 2 months ago