Skip to content

Include Transcriptformer into helical platform#227

Merged
bputzeys merged 34 commits intoreleasefrom
main
May 2, 2025
Merged

Include Transcriptformer into helical platform#227
bputzeys merged 34 commits intoreleasefrom
main

Conversation

@bputzeys
Copy link
Collaborator

@bputzeys bputzeys commented May 2, 2025

No description provided.

giogix2 and others added 30 commits April 17, 2025 11:05
self.data_dir is not None. If self.data_dir is None, file_path remains
undefined but is still used in the load_data call.
auxiliary information from the data.
- setting aux_vocab_path and aux_cols to None in the example file
- fix bug where if clause (if self.model_config.use_aux:) would throw an error because use_aux was not present in the config
- filter out the state dict to not include aux_embeddings
Include other functionalities later
incorrectly. logging.disable() is a function that takes a level parameter,
but it's not meant to be used as a context manager or to be called multiple times like this.
Instead, we should use logging.getLogger().setLevel() to temporarily change the logging level.
all be done in the TranscriptFormerConfig class.
object as intended by the authors. This includes option to return log-likelihoods
all depends on pyproject.toml
@bputzeys bputzeys requested a review from maxiallard May 2, 2025 17:08
@bputzeys bputzeys merged commit bdcc9a1 into release May 2, 2025
8 checks passed
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.

3 participants