Text Generation
PEFT
Safetensors
medical
biology
chemistry
conversational
Moreza009 alimotahharynia commited on
Commit
9c4836d
·
verified ·
1 Parent(s): 12ae02c

Update README.md (#2)

Browse files

- Update README.md (ec5c8453d323305eb2bd89388300e2d646d7e1d0)


Co-authored-by: Ali Motahharynia <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,7 +79,7 @@ python inference.py \
79
  --output results.csv \
80
  --top-k 9 \
81
  --top-p 0.9 \
82
- --max-length 2048 \
83
  --temperature 1.0
84
  ```
85
 
@@ -95,7 +95,7 @@ results = predictor.predict_molecules(
95
  print_results=True,
96
  top_k=9,
97
  top_p=0.9,
98
- max_length=2048,
99
  temperature=1.0
100
  )
101
  ```
 
79
  --output results.csv \
80
  --top-k 9 \
81
  --top-p 0.9 \
82
+ --max-length 4096 \
83
  --temperature 1.0
84
  ```
85
 
 
95
  print_results=True,
96
  top_k=9,
97
  top_p=0.9,
98
+ max_length=4096,
99
  temperature=1.0
100
  )
101
  ```