Update README.md
Browse files
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
|
| 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 '
|
| 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
|