Fabiha Makhdoomi commited on
Commit
0f81a85
·
2 Parent(s): 6ca641e 6f56b18

added readme into local

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: isc
3
+ tags:
4
+ - biology
5
+ - code
6
+ - medical
7
+ ---
8
+
9
+ # **TinyDNABERT**
10
+
11
+ ## 🌟 Overview
12
+
13
+ **TinyDNABERT** is a specialized deep learning model designed for understanding the language of DNA and performing DNA sequence classification tasks. This model is a compact and efficient version of the **DNABERT** model, optimized to reduce memory usage while maintaining high performance. TinyDNABERT is particularly well-suited for tasks where computational efficiency and fast inference times are crucial.
14
+
15
+ This repository provides all the necessary scripts and configurations to fine-tune TinyDNABERT on various DNA-related tasks using **LoRA (Low-Rank Adaptation)** configurations, enabling efficient adaptation to specific DNA sequence classification problems.
16
+
17
+ 🚀 **Key Features:**
18
+ - **Compact & Efficient:** Smaller memory footprint with fast inference times.
19
+ - **LoRA Fine-Tuning:** Leverage Low-Rank Adaptation for quick and effective model tuning.
20
+ - **Task-Specific Adaptability:** Fine-tune the model for various DNA-related tasks with ease.
21
+
22
+ Please Cite As:
23
+
24
+ @misc{peerzada_fabiha_akmal_makhdoomi_2024,
25
+ author = {Peerzada Fabiha Akmal Makhdoomi, Nimisha Ghosh},
26
+ title = {TinyDNABERT},
27
+ year = 2024,
28
+ url = {https://huggingface.co/fabihamakhdoomi/TinyDNABERT},
29
+ doi = {10.57967/hf/2886},
30
+ publisher = {Hugging Face}
31
+ }