ArneBinder / pie-datasets

Building scripts for Pytorch-IE datasets.
MIT License
1 stars 0 forks source link

Add Tbga dataset #140

Closed kai-car closed 3 months ago

kai-car commented 3 months ago

Created loading script tbga.py for TBGA dataset available on Hugging Face DFKI-SLT/tbga and associated test script test_tbga.py. Currently all tests should run successfully. However, still working on completion.

Finally, this will include:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 98.27586% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.27%. Comparing base (5bdcaca) to head (84947ee).

Files Patch % Lines
dataset_builders/pie/tbga/tbga.py 98.27% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================== + Coverage 92.23% 98.27% +6.04% ========================================== Files 1 1 Lines 103 58 -45 ========================================== - Hits 95 57 -38 + Misses 8 1 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kai-car commented 3 months ago

I rebased the tbga-dataset branch on main, updated project and pushed again. Hope everything worked correctly.