Joana Palés Huix
commited on
Commit
•
a9be449
1
Parent(s):
0964ff1
Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,4 @@ from transformers import BertForSequenceClassification
|
|
19 |
model = BertForSequenceClassification.from_pretrained('Peltarion/dnabert-minilm')
|
20 |
```
|
21 |
|
22 |
-
More details on how to fine-tune the model, dataset and additional source codes are available on [
|
|
|
19 |
model = BertForSequenceClassification.from_pretrained('Peltarion/dnabert-minilm')
|
20 |
```
|
21 |
|
22 |
+
More details on how to fine-tune the model, dataset and additional source codes are available on [github.com/joanaapa/Distillation-DNABERT-Promoter](https://github.com/joanaapa/Distillation-DNABERT-Promoter).
|