Baiming123 commited on
Commit
c6eb9eb
·
verified ·
1 Parent(s): 64ca6cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ If you use this model in your research, please cite the following paper:
33
 
34
  ## Key Features:
35
  - Fine-tuned to compute semantic similarity between disease names.
36
- - **Achieves an F1 score of 0.88** in distinguishing **protein-level experimentally (functional MTI, validated via western blot or reporter assay) validated MTIs** and **sequence-based predicted MTIs**.
37
  - Built for applications in understanding miRNA-gene regulatory networks, disease diagnosis, treatment, and drug discovery.
38
 
39
  ## Full Model Architecture
@@ -57,7 +57,7 @@ Then you can use the model like this:
57
  # Load the pre-trained SBERT model
58
  from sentence_transformers import SentenceTransformer, util
59
 
60
- # Directly use following code to download model from hugging face or Replace 'your/path/to/Calcu_Disease_Similarity' with the actual path to run local model
61
  model = SentenceTransformer("Baiming123/Calcu_Disease_Similarity")
62
 
63
  # Example usage
 
33
 
34
  ## Key Features:
35
  - Fine-tuned to compute semantic similarity between disease names.
36
+ - **Achieves an F1 score of 0.88** in distinguishing **protein-level interaction MTIs (functional MTIs, validated via western blot or reporter assay)** and **sequence-based predicted MTIs**.
37
  - Built for applications in understanding miRNA-gene regulatory networks, disease diagnosis, treatment, and drug discovery.
38
 
39
  ## Full Model Architecture
 
57
  # Load the pre-trained SBERT model
58
  from sentence_transformers import SentenceTransformer, util
59
 
60
+ # Directly use the following code to download model from hugging face or Replace 'Baiming123/Calcu_Disease_Similarity' with the local path to run model
61
  model = SentenceTransformer("Baiming123/Calcu_Disease_Similarity")
62
 
63
  # Example usage