Skip to content

Commit

Permalink
Merge pull request #89 from Wordcab/88-update-batching-process-output…
Browse files Browse the repository at this point in the history
…s-quality

batch request with quality metrics
  • Loading branch information
aleksandr-smechov authored Jun 7, 2023
2 parents 8c58248 + 89ea804 commit c99a717
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 175 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ source = ["wordcab_transcribe", "tests"]

[tool.coverage.report]
show_missing = true
fail_under = 30
fail_under = 20

[build-system]
requires = ["poetry-core"]
Expand Down
1 change: 0 additions & 1 deletion wordcab_transcribe/services/asr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def process_transcription(
task["input"],
source_lang=task["source_lang"],
word_timestamps=word_timestamps,
faster_whisper=True,
)

return segments
Expand Down
Loading

0 comments on commit c99a717

Please sign in to comment.