« Échantillonnage glouton » : différence entre les versions
(Page créée avec « == en construction == == Définition == xxxxx Voir aussi '''échantillonnage des k-meilleurs''' == Français == '''XXXXXXXX''' == Anglais == '''greedy sampling''' <!--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.... ») |
Aucun résumé des modifications |
||
| (3 versions intermédiaires par un autre utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
== Définition == | == 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]]''' | Voir aussi '''[[échantillonnage des k-meilleurs]]''' | ||
== 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 19 : | ||
[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:GRAND LEXIQUE FRANÇAIS]] | ||
Dernière version du 20 mars 2026 à 10:38
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





