Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update submodule to include scorer #606

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

roedoejet
Copy link
Member

PR Goal?

This PR implements an idea for tracking down and removing problematic samples. By scoring individual utterances using the loss from a pre-trained model we can identify outliers and check for transcription errors or other issues.

Fixes?

Feedback sought?

Priority?

Tests added?

How to test?

Confidence?

Version change?

Related PRs?

Copy link

semanticdiff-com bot commented Nov 30, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  everyvoice/cli.py  3% smaller
  everyvoice/demo/app.py  0% smaller
  everyvoice/model/feature_prediction/FastSpeech2_lightning  0% smaller
  everyvoice/preprocessor/preprocessor.py  0% smaller
  everyvoice/tests/test_preprocessing.py  0% smaller

@roedoejet roedoejet marked this pull request as draft November 30, 2024 01:23
@roedoejet roedoejet force-pushed the dev.ap/gst branch 2 times, most recently from c7f663c to 6b8cb16 Compare January 20, 2025 17:19
Base automatically changed from dev.ap/gst to main January 20, 2025 17:24
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.71%. Comparing base (7e5cc06) to head (51a3a7a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #606      +/-   ##
==========================================
+ Coverage   76.34%   76.71%   +0.36%     
==========================================
  Files          47       47              
  Lines        3483     3405      -78     
  Branches      479      468      -11     
==========================================
- Hits         2659     2612      -47     
+ Misses        721      698      -23     
+ Partials      103       95       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Jan 22, 2025

CLI load time: 0:00.30
Pull Request HEAD: 51a3a7a34bee73f829717a441aff4697378e03fa
Imports that take more than 0.1 s:
import time: self [us] | cumulative | imported package
import time:      1097 |     109135 |     typer.main
import time:       373 |     129060 |   typer
import time:      8519 |     215451 | everyvoice.cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant