ShuxianZou
commited on
Update README.md
Browse files
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>
|