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

gomyk
/
intent-student-L4_uniform

Sentence Similarity
sentence-transformers
Safetensors
bert
intent-classification
multilingual
layer-pruning
vocab-pruning
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use gomyk/intent-student-L4_uniform with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use gomyk/intent-student-L4_uniform with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("gomyk/intent-student-L4_uniform")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
intent-student-L4_uniform
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gomyk's picture
gomyk
Upload L4_uniform with MTEB results
f8d2250 verified 2 months ago
  • 1_Pooling
    Upload L4_uniform student model with MTEB results 2 months ago
  • .gitattributes
    1.57 kB
    Upload L4_uniform student model with MTEB results 2 months ago
  • README.md
    2.83 kB
    Upload L4_uniform with MTEB results 2 months ago
  • config.json
    636 Bytes
    Upload L4_uniform with MTEB results 2 months ago
  • config_sentence_transformers.json
    297 Bytes
    Upload L4_uniform with MTEB results 2 months ago
  • id_map.json
    3.39 MB
    Upload L4_uniform with MTEB results 2 months ago
  • model.safetensors
    88.7 MB
    xet
    Upload L4_uniform with MTEB results 2 months ago
  • modules.json
    242 Bytes
    Upload L4_uniform student model with MTEB results 2 months ago
  • sentence_bert_config.json
    60 Bytes
    Upload L4_uniform student model with MTEB results 2 months ago
  • special_tokens_map.json
    1.02 kB
    Upload L4_uniform student model with MTEB results 2 months ago
  • tokenizer.json
    2.82 MB
    xet
    Upload L4_uniform with MTEB results 2 months ago
  • tokenizer_config.json
    1.52 kB
    Upload L4_uniform with MTEB results 2 months ago