Skip to content

fix semantic tokens - #13

Open
zhvng wants to merge 7 commits into
mainfrom
fix-semantic
Open

fix semantic tokens#13
zhvng wants to merge 7 commits into
mainfrom
fix-semantic

Conversation

@zhvng

@zhvng zhvng commented Apr 19, 2023

Copy link
Copy Markdown
Owner
  • move normalization into the hubert model. brings back part of 77ee0f4. (realized the approach discussed in Hubert args normalization #7 is not a good idea)
  • simplify data processing and remove redundant operations
  • changes to the way semantic tokens are computed in preprocessing: MERT Is trained on a context window of 5 seconds (!) which might explain the deterioration in sample quality over longer sequences noticed by @Saltb0xApps in the discord confirmed by the m-a-p team that MERT generalizes to longer context lengths, and still holds SOTA performance on various tasks. Will leave the option to specify a shorter hubert context length, but won't be used if not specified in config.
  • bin_size option to average adjacent hubert features to reduce the number of semantic tokens

@zhvng
zhvng marked this pull request as ready for review April 20, 2023 20:41
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