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

ElijahDevPH
/
gte-epoch-8-fast

Sentence Similarity
sentence-transformers
Safetensors
new
feature-extraction
Generated from Trainer
dataset_size:1432
loss:MultipleNegativesRankingLoss
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ElijahDevPH/gte-epoch-8-fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ElijahDevPH/gte-epoch-8-fast with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ElijahDevPH/gte-epoch-8-fast", trust_remote_code=True)
    
    sentences = [
        "Forklift or heavy equipment awareness",
        "Queue Management",
        "Employee Support",
        "Tool and Material Controller: Managed inventory tracking, recording, and stock levels for tools and materials supporting production. Coordinated with suppliers and purchasing"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
gte-epoch-8-fast
548 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ElijahDevPH's picture
ElijahDevPH
Add new SentenceTransformer model
8d5cd8c verified 19 days ago
  • 1_Pooling
    Add new SentenceTransformer model 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    15.6 kB
    Add new SentenceTransformer model 19 days ago
  • config.json
    1.44 kB
    Add new SentenceTransformer model 19 days ago
  • config_sentence_transformers.json
    213 Bytes
    Add new SentenceTransformer model 19 days ago
  • configuration.py
    7.13 kB
    Add new SentenceTransformer model 19 days ago
  • model.safetensors
    547 MB
    xet
    Add new SentenceTransformer model 19 days ago
  • modeling.py
    59 kB
    Add new SentenceTransformer model 19 days ago
  • modules.json
    242 Bytes
    Add new SentenceTransformer model 19 days ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model 19 days ago
  • special_tokens_map.json
    732 Bytes
    Add new SentenceTransformer model 19 days ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 19 days ago
  • tokenizer_config.json
    1.47 kB
    Add new SentenceTransformer model 19 days ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 19 days ago