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

Change transcript selection from highest confidence to most recent #256

Open
evamaxfield opened this issue Mar 4, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@evamaxfield
Copy link
Member

I have realized that the confidence of our old "webvtt transcripts" have a higher confidence score than our new whisper transcripts which is just.... not correct in many cases.

This is a larger discussion about the deprecation of "confidence" in our metadata but for now the fast solution is to update our transcript selection to most recently created.

@evamaxfield evamaxfield added the bug Something isn't working label Mar 4, 2023
@jonlin14
Copy link
Contributor

jonlin14 commented Mar 8, 2023

@evamaxfield
cdpf256
I think this is it but I'm not sure where the transcript ordering is on the actual frontend site is. Can you link me to it and then I'll test if it's correct or not.

@evamaxfield
Copy link
Member Author

@jonlin14 I think that might be the only spot that needs to be changed haha!

You should be able to try it locally by updating the local config: https://github.com/CouncilDataProject/cdp-frontend/blob/main/src/index-react.tsx#L7

to be the seattle production config: https://github.com/CouncilDataProject/seattle/blob/main/web/src/index.jsx#L7

The events that have been reprocessed with Whisper will be the older ones first (2020 to 2021 so far).

Toggle it back and forth and hopefully see the transcript update to the better version?

Honestly, it might be good to update the example frontend config in this repo to point at the seattle production data rather than the seattle-staging data too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants