Skip to content
View TheoBoyer's full-sized avatar
👨‍🍳
👨‍🍳
Block or Report

Block or report TheoBoyer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheoBoyer/README.md

Théo Boyer

24yo deep learning engineer cooking the anti-entropy machine.

Open source contributions

I believe that open source is extremely important in AI and more generally in software.

  • 🟩 Resolve Inference Selection Bug Affecting Transcription Quality: When different temperatures are considered, the current code is returning the sample computed with the highest temperature. I suggested changing this behavior to return the sample that has the best logprob. Even tho this PR wasn't merged in the official repo, the idea has been adopted and improved since in the faster-whisper repository with this PR
  • 🟪 Avoid computing higher temperatures on no_speech segments: In Whisper, the voice activity detection token is computed before decoding the actual transcribed sentence. I realized that in the code, the sentence was computed multiple times with different temperatures unnecessarily in the case where the segment was silent.

Thoughts

Get in touch !

Pinned

  1. Manual-bbox-annotation-tool Manual-bbox-annotation-tool Public

    JavaScript 3

  2. TMForge TMForge Public

    An opensource tool for reinforcement learning on Trackmania 2020

    Python 1

  3. gan-from-scratch gan-from-scratch Public

    Implementation of flat mnist Generative Adversiarial Neural Network using low level features of tfjs

    JavaScript 1

  4. 2d-engine 2d-engine Public

    A custom library for making 2d games / simulations

    JavaScript