Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

dinho1597
/
FT_RAG

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:5600
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use dinho1597/FT_RAG with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dinho1597/FT_RAG")
    
    sentences = [
        "What is the main factor of signal interference in MCFs?",
        "The main factor of signal interference in MCFs is crosstalk, which is the leakage of a fraction of the signal power from a given core to its neighboring core.",
        "An integrity group temporal key (IGTK) is a random value used to protect group addressed medium access control (MAC) management protocol data units (MMPDUs) from a broadcast/multicast source station (STA).",
        "Wireless sensing through the combined use of radio wave and AI technologies aims to identify objects and recognize actions with high precision."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
FT_RAG
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dinho1597's picture
dinho1597
Subiendo modelo inicial
8a78e9d verified over 1 year ago
  • 1_Pooling
    Subiendo modelo inicial over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    20.8 kB
    Subiendo modelo inicial over 1 year ago
  • config.json
    706 Bytes
    Subiendo modelo inicial over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Subiendo modelo inicial over 1 year ago
  • model.safetensors
    133 MB
    xet
    Subiendo modelo inicial over 1 year ago
  • modules.json
    349 Bytes
    Subiendo modelo inicial over 1 year ago
  • sentence_bert_config.json
    52 Bytes
    Subiendo modelo inicial over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Subiendo modelo inicial over 1 year ago
  • tokenizer.json
    712 kB
    Subiendo modelo inicial over 1 year ago
  • tokenizer_config.json
    1.27 kB
    Subiendo modelo inicial over 1 year ago
  • vocab.txt
    232 kB
    Subiendo modelo inicial over 1 year ago