Update README.md
Browse files
README.md
CHANGED
|
@@ -416,7 +416,7 @@ To achieve optimal performance, we recommend the following settings:
|
|
| 416 |
We recommend the following general sampling parameters: `block_length=32`, `temperature=0.0`, `top_p=None` and `top_k=None`. We are currently exploring more diverse sampling configurations.
|
| 417 |
|
| 418 |
2. **Denoising Thresholds**:
|
| 419 |
-
There are
|
| 420 |
|
| 421 |
Note: Low `threshold` may causes stuttering in trade-off for quick inference.
|
| 422 |
|
|
|
|
| 416 |
We recommend the following general sampling parameters: `block_length=32`, `temperature=0.0`, `top_p=None` and `top_k=None`. We are currently exploring more diverse sampling configurations.
|
| 417 |
|
| 418 |
2. **Denoising Thresholds**:
|
| 419 |
+
There are three denoising params: `threshold`, `editing_threshold` and `max_post_steps`. We recommend `threshold=0.7`, `editing_threshold=0.5` for **Quality Mode** and `threshold=0.5`, `editing_threshold=0.0` for **Speed Mode**. For both modes, we suggest setting max_post_steps to a value greater than 5. We recommend 16 as a balanced default, which was used for most of our internal testing.
|
| 420 |
|
| 421 |
Note: Low `threshold` may causes stuttering in trade-off for quick inference.
|
| 422 |
|