About diverse beam search implementation #7146
              
                Unanswered
              
          
                  
                    
                      shenlanyilang
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
The diverse beam search in tensorrtllm seems so different with huggingface and the paper. Why using the parent beam's index as a additional score, is there any paper/work suggest that?
The huggingface's implementation will consider other beam's word, if having overlaps, will got a penalty score, which can avoid generating duplicates words.
Beta Was this translation helpful? Give feedback.
All reactions