Update README.md (#2)
Browse files- Update README.md (ec5c8453d323305eb2bd89388300e2d646d7e1d0)
Co-authored-by: Ali Motahharynia <[email protected]>
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
|
| 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=
|
| 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 |
```
|