atharvapurdue / text_summarization

Researching and Building a text summarization AI models
Apache License 2.0
0 stars 0 forks source link

Utils #2

Open marktrovinger opened 1 year ago

marktrovinger commented 1 year ago

It would be a good idea to have a utils folder in our project where functions like compute_f1_score can live. We can add more functions as the need arises but the idea is that code could be accessed like this:

from utils import compute_f1_score

This would be separate from pre-processing, as those functions should live in their own module.

marktrovinger commented 1 year ago

On branch: https://github.com/atharvapurdue/text_summarization/tree/utils-issue1