boun-tabi-LMG / turkish-lm-tuner

Turkish LM Tuner
https://boun-tabi-lmg.github.io/turkish-lm-tuner/
MIT License
76 stars 6 forks source link

Enhancements to Dataset Processing and Inference Implementation #63

Closed gokceuludogan closed 8 months ago

gokceuludogan commented 8 months ago

This pull request introduces enhancements to the dataset processor and new inference capabilities. Here is a summary of the key changes:

Key Changes

Minor fixes:

gokceuludogan commented 8 months ago

I believe using relative imports is more practical as it allows for flexibility for potential modifications and refactoring.

Plus, once the library is built, the structure of the imports, whether relative or absolute, becomes a non-issue for the end user.