Skip to content

Run Reverb using Huggingface Pipelines (Missing Model Files) #33

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pique0822
Copy link
Contributor

No description provided.

return [means, variance]


class ReverbConfig(PretrainedConfig):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this is 100% possible, but could we include .json/.yaml (or any other format) with model files and load the whole configuration of this class?

"hf-reverb/tk.model",
)
decoder_ids = []
with open("hf-reverb/tk.units.txt", 'r') as units_file:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above, can we include this modification in the preprocessing step so the inference is as simple as possible?

@@ -0,0 +1,46 @@
import numpy as np
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you plan to keep this example call script? maybe add some arguments then?

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.

2 participants