Joana Palés Huix
commited on
Commit
•
1a2314a
1
Parent(s):
58702e1
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,4 @@ from transformers import DistilBertForSequenceClassification
|
|
20 |
model = DistilBertForSequenceClassification.from_pretrained('Peltarion/dnabert-distilbert')
|
21 |
```
|
22 |
|
23 |
-
More details on how to fine-tune the model, dataset and additional source codes are available on [
|
|
|
20 |
model = DistilBertForSequenceClassification.from_pretrained('Peltarion/dnabert-distilbert')
|
21 |
```
|
22 |
|
23 |
+
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).
|