csinva / imodelsX

Scikit-learn friendly library to interpret, and prompt-engineer text datasets using large language models.
https://csinva.io/imodelsX/
MIT License
149 stars 25 forks source link

Minimum Frequency Ngrams #4

Closed divyanshuaggarwal closed 1 year ago

divyanshuaggarwal commented 1 year ago

Minimum frequency argument for embgam object, where ngrams with frequency more than min_frequency variable are considered for the ngram_list.

csinva commented 1 year ago

Thanks for the contribution 😄 !