flashlight / text

Text utilities, including beam search decoding, tokenizing, and more, built for use in Flashlight.
MIT License
64 stars 14 forks source link

Diverse beam search (CPU) #55

Open joecummings opened 1 year ago

joecummings commented 1 year ago

Summary

Adds diverse beam search from this paper.

Helpful Diagrams

Figure 1: Example of how diversity factor (Hamming) is applied at timestep t

Screenshot 2023-03-03 at 1 52 04 PM

Figure 2: General algo

Screenshot 2023-03-03 at 1 51 58 PM

Test Plan (required)

Will add new tests.

Checklist

Closes #54