Joana Palés Huix
commited on
Commit
•
b117c15
1
Parent(s):
55342ab
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ The model can be used to fine-tune on a downstream genomic task, e.g. promoter i
|
|
17 |
import torch
|
18 |
from transformers import DistilBertForSequenceClassification
|
19 |
|
20 |
-
model = DistilBertForSequenceClassification.from_pretrained(
|
21 |
```
|
22 |
|
23 |
More details on how to fine-tune the model, dataset and additional source codes are available on [GitHub](https://github.com/joanaapa/Distillation-DNABERT-Promoter).
|
|
|
17 |
import torch
|
18 |
from transformers import DistilBertForSequenceClassification
|
19 |
|
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](https://github.com/joanaapa/Distillation-DNABERT-Promoter).
|