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

  • Log In
  • Sign Up

JerryO3
/
test

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

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

  • Libraries
  • sentence-transformers

    How to use JerryO3/test with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("JerryO3/test", trust_remote_code=True)
    
    sentences = [
        "We therefore conducted a hospital based cross sectional study involving 101 HCWs from two facilities in Kumasi, Ghana to assess the level of preparedness of HCWs to respond to any possible EVD. METHODS: We administered a face-to-face questionnaire using an adapted WHO (2015) and CDC (2014) Checklist for Ebola Preparedness and assessed overall knowledge gaps, and preparedness of the Ghanaian HCWs in selected health facilities of the Ashanti Region of Ghana from October to December 2015. RESULTS: A total 92 (91.09%) HCWs indicated they were not adequately trained to handle an EVD suspected case. Only 25.74% (n = 26) considered their facilities sufficiently equipped to handle and manage EVD patients. When asked which disinfectant to use after attending to and caring for a suspected patient with EVD, only 8.91% (n = 9) could correctly identify the right disinfectant (χ(2) = 28.52, p = 0.001). CONCLUSION: Our study demonstrates poor knowledge and ill preparedness and unwillingness of many HCWs to attend to EVD. Beyond knowledge acquisition, there is the need for more training from time to time to fully prepare HCWs to handle any possible EVD case. Text: During the last outbreak of Ebola Virus Disease (EVD) and its consequential massive epidemic with very high mortality [1] , many health systems and services in West Africa were overwhelmed and disrupted.",
        "How many facilities believed they were adequately equipped to handle Ebla virus disease?",
        "What  developments have been made possible by the study of B-cell repertoire?",
        "Where does the NLRP3 inflammasome activate after a SARS-CoV infection?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
test
548 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JerryO3's picture
JerryO3
Add new SentenceTransformer model.
cf04338 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    53.8 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    1.69 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    547 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    54 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. almost 2 years ago