« Échantillonnage glouton » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 7 : | Ligne 7 : | ||
== Français == | == Français == | ||
''' | ''' échantillonnage glouton''' | ||
''' échantillonnage gourmand''' | |||
== Anglais == | == Anglais == | ||
'''greedy sampling''' | '''greedy sampling''' | ||
''A deterministic sampling method that is computationally efficient and straightforward to implement, where the word with the highest conditional probability is selected as the next word in the sentence, given the previous words. This method often results in suboptimal and repetitive sequences.'' | |||
== Sources == | == Sources == | ||
| Ligne 19 : | Ligne 21 : | ||
[https://cyrilzakka.github.io/llm-playbook/sampling.html Source : The Large Language Model Playbook] | [https://cyrilzakka.github.io/llm-playbook/sampling.html Source : The Large Language Model Playbook] | ||
[[Catégorie: | [[Catégorie:publication]] | ||
Version du 19 mars 2026 à 14:54
en construction
Définition
Méthode d'échantillonnage déterministe peu complexe, dans laquelle le mot ayant la probabilité conditionnelle la plus élevée est sélectionné comme mot suivant dans la phrase, compte tenu des mots précédents. Cette méthode aboutit souvent à des séquences de mots sous-optimales et répétitives.
Voir aussi échantillonnage des k-meilleurs
Français
échantillonnage glouton
échantillonnage gourmand
Anglais
greedy sampling
A deterministic sampling method that is computationally efficient and straightforward to implement, where the word with the highest conditional probability is selected as the next word in the sentence, given the previous words. This method often results in suboptimal and repetitive sequences.
Sources
Contributeurs: Arianne Arel, wiki





