Top p (LLM Attribute): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LLM attributes | {{LLM attributes | ||
| <onlyinclude> | | <onlyinclude> | ||
{{LLM attributes|type=row|attribute=TOP_P|unit=number|defaultvalue=0.95|description=Top-P selects tokens | {{LLM attributes|type=row|attribute=TOP_P|unit=number|defaultvalue=0.95|description=Top-P sampling (nucleus sampling) selects a group of tokens whose cumulative probability is at least P.}} </onlyinclude> | ||
}} | }} | ||
{{article end | {{article end | ||
Revision as of 12:53, 1 July 2026
| Attribute | Unit | Description | Default value |
|---|---|---|---|
| TOP_P | number | Top-P sampling (nucleus sampling) selects a group of tokens whose cumulative probability is at least P. | 0.95 |