debjit20504 commited on
Commit
575f9d9
Β·
1 Parent(s): 57ac719

updated readme file

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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