Joana Palés Huix commited on
Commit
1a2314a
1 Parent(s): 58702e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 [GitHub](https://github.com/joanaapa/Distillation-DNABERT-Promoter).
 
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).