Commit
Β·
575f9d9
1
Parent(s):
57ac719
updated readme file
Browse files
README.md
CHANGED
@@ -29,16 +29,6 @@ license: apache-2.0
|
|
29 |
β **Task**: **Binary classification (1 = relevant, 0 = not relevant)**
|
30 |
β **Trained on**: **RTX A6000 GPU (5 epochs, batch size 32, learning rate 2e-5)**
|
31 |
|
32 |
-
---
|
33 |
-
|
34 |
-
## π Model Applications
|
35 |
-
β
**Biomedical NLP** β Extracting meaningful information from biomedical literature.
|
36 |
-
β
**miRNA Research** β Identifying sentences discussing miRNA mechanisms.
|
37 |
-
β
**Automated Literature Review** β Filtering relevant studies efficiently.
|
38 |
-
β
**Genomics & Bioinformatics** β Enhancing data retrieval from scientific texts.
|
39 |
-
|
40 |
-
---
|
41 |
-
|
42 |
## π How to Use the Model
|
43 |
### 1οΈβ£ Install Dependencies
|
44 |
```bash
|
@@ -82,6 +72,16 @@ print(f"Classification: {classify_text(sample_text)}")
|
|
82 |
- Epochs: 5
|
83 |
- Mixed precision (fp16): β
Enabled for efficiency.
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
## π¬ Contact
|
86 |
For any questions or collaborations, reach out via:
|
87 |
|
|
|
29 |
β **Task**: **Binary classification (1 = relevant, 0 = not relevant)**
|
30 |
β **Trained on**: **RTX A6000 GPU (5 epochs, batch size 32, learning rate 2e-5)**
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
## π How to Use the Model
|
33 |
### 1οΈβ£ Install Dependencies
|
34 |
```bash
|
|
|
72 |
- Epochs: 5
|
73 |
- Mixed precision (fp16): β
Enabled for efficiency.
|
74 |
|
75 |
+
---
|
76 |
+
|
77 |
+
## π Model Applications
|
78 |
+
β
**Biomedical NLP** β Extracting meaningful information from biomedical literature.
|
79 |
+
β
**miRNA Research** β Identifying sentences discussing miRNA mechanisms.
|
80 |
+
β
**Automated Literature Review** β Filtering relevant studies efficiently.
|
81 |
+
β
**Genomics & Bioinformatics** β Enhancing data retrieval from scientific texts.
|
82 |
+
|
83 |
+
---
|
84 |
+
|
85 |
## π¬ Contact
|
86 |
For any questions or collaborations, reach out via:
|
87 |
|