yangheng commited on
Commit
f795e57
1 Parent(s): 276b2e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -61,6 +61,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
61
  ```
62
 
63
  ### [Online Inference](https://huggingface.co/spaces/yangheng/PlantRNA-FM-Inference)
 
64
  ```python
65
  rna_sequence = 'GCCGACUUAGCUCAGU<mask>GGGAGAGCGUUAGACUGAAGAUCUAAAGGUCCCUGGUUCGAUCCCGGGAGUCGGCACCA'
66
 
 
61
  ```
62
 
63
  ### [Online Inference](https://huggingface.co/spaces/yangheng/PlantRNA-FM-Inference)
64
+ There is online demo inference: https://huggingface.co/spaces/yangheng/PlantRNA-FM-Inference
65
  ```python
66
  rna_sequence = 'GCCGACUUAGCUCAGU<mask>GGGAGAGCGUUAGACUGAAGAUCUAAAGGUCCCUGGUUCGAUCCCGGGAGUCGGCACCA'
67