We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
temperature_increment_on_fallback
1 parent edd394d commit f001a4cCopy full SHA for f001a4c
1 file changed
README.md
@@ -207,7 +207,7 @@ curl -X POST http://localhost:8880/v1/transcript \
207
| Parameter | Type | Default | Description |
208
|-----------|------|---------|-------------|
209
| `temperature` | float | `0.0` | Sampling temperature (`0` = greedy decoding) |
210
-| `temperature_increment_on_fallback` | float | `0.2` | Temperature step on decode failure |
+| `temperature_increment_on_fallback` | float | `0.2` | Amount to increment temperature by on each retry, up to 1.0 |
211
| `beam_size` | integer | `5` | Beam search size |
212
| `best_of` | integer | `5` | Number of sampling alternatives |
213
| `patience` | float | `1.0` | Beam search patience factor |
0 commit comments