probablybots commited on
Commit
4dfc52f
·
verified ·
1 Parent(s): b88a39e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  ## AIDO.DNA-300M
2
 
3
  For a more detailed description, refer to the SOTA model in this collection https://huggingface.co/genbio-ai/AIDO.DNA-7B
@@ -47,4 +50,4 @@ model = SequenceRegression.from_config({"model.backbone": "aido_dna_300m"}).eval
47
  collated_batch = model.collate({"sequences": ["ACGT", "AGCT"]})
48
  logits = model(collated_batch)
49
  print(logits)
50
- ```
 
1
+ ---
2
+ license: other
3
+ ---
4
  ## AIDO.DNA-300M
5
 
6
  For a more detailed description, refer to the SOTA model in this collection https://huggingface.co/genbio-ai/AIDO.DNA-7B
 
50
  collated_batch = model.collate({"sequences": ["ACGT", "AGCT"]})
51
  logits = model(collated_batch)
52
  print(logits)
53
+ ```