sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

adding text embeddings extraction with sentencetransformers #79

Closed fabiocat93 closed 1 week ago

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 31.57895% with 13 lines in your changes missing coverage. Please review.

Project coverage is 65.60%. Comparing base (e5e485a) to head (6b32618). Report is 1 commits behind head on release_050.

Files Patch % Lines
src/tests/text/tasks/embeddings_extraction_test.py 14.28% 12 Missing :warning:
src/tests/text/conftest.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release_050 #79 +/- ## =============================================== - Coverage 65.95% 65.60% -0.35% =============================================== Files 54 56 +2 Lines 1871 1890 +19 =============================================== + Hits 1234 1240 +6 - Misses 637 650 +13 ```

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