Descartes commited on
Commit
9f40874
·
verified ·
1 Parent(s): eeefe7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -135,9 +135,10 @@ git clone https://github.com/Shanghai-Academy-of-AI-For-Science/Polaris-Pro.git
135
  pip install -r requirements.txt # Python 3.10; transformers==5.0.0
136
  hf download <THIS_REPO> --local-dir ./model
137
 
 
138
  export PYTHONPATH=$PWD/code
139
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
140
- --rna "GGATGCGATCATGTCTGCACTAACACACCGGATCCCATCAGAACTCCG" \
141
  --system "You are a non-coding RNA family classifier. Output only the family name, no other text." \
142
  --prompt $'<rna>\nWhich family does this non-coding RNA sequence belong to?'
143
  ```
 
135
  pip install -r requirements.txt # Python 3.10; transformers==5.0.0
136
  hf download <THIS_REPO> --local-dir ./model
137
 
138
+ export PYTHONPATH=$PWD/code
139
  export PYTHONPATH=$PWD/code
140
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
141
+ --rna "GGATGCGATCATGTCTGCACTAACACACCGGATCCCATCAGAACTCCGAAGTTAAGCGTGCTTGGGCGGGAGTAGTACTAGGATGGGCGACCCCTTAGGAAGTACTCGTGTTGCATCCC" \
142
  --system "You are a non-coding RNA family classifier. Output only the family name, no other text." \
143
  --prompt $'<rna>\nWhich family does this non-coding RNA sequence belong to?'
144
  ```