Improve model card: add pipeline tag, library name, and link to code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  [BarcodeBERT](https://arxiv.org/pdf/2311.02401) model trained on all complete DNA sequences from the latest [BOLD database release](http://www.boldsystems.org/index.php/datapackages/Latest). We used the 'nucraw' column of DNA sequences and followed the preprocessing steps outlined in the BarcodeBERT paper.
6
 
 
 
7
  The model has been trained for a total of 17 epochs.
8
 
9
  ## Example Usage
 
1
  ---
2
  license: mit
3
+ pipeline_tag: feature-extraction
4
+ library_name: transformers
5
  ---
6
 
7
  [BarcodeBERT](https://arxiv.org/pdf/2311.02401) model trained on all complete DNA sequences from the latest [BOLD database release](http://www.boldsystems.org/index.php/datapackages/Latest). We used the 'nucraw' column of DNA sequences and followed the preprocessing steps outlined in the BarcodeBERT paper.
8
 
9
+ Code: https://github.com/bioscan-ml/BarcodeBERT
10
+
11
  The model has been trained for a total of 17 epochs.
12
 
13
  ## Example Usage