ShuxianZou commited on
Commit
5e70deb
·
verified ·
1 Parent(s): 640296f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -77,6 +77,9 @@ logits = model(collated_batch)
77
  print(logits)
78
  ```
79
 
 
 
 
80
  Or use our one-liner CLI to finetune or evaluate any of the above!
81
  ```
82
  gbft fit --model SequenceClassification --model.backbone rnafm --data SequenceClassification --data.path <hf_or_local_path_to_your_dataset>
 
77
  print(logits)
78
  ```
79
 
80
+ ## RNA inverse folding
81
+ @Sazan TODO
82
+
83
  Or use our one-liner CLI to finetune or evaluate any of the above!
84
  ```
85
  gbft fit --model SequenceClassification --model.backbone rnafm --data SequenceClassification --data.path <hf_or_local_path_to_your_dataset>