Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
32ec7345
Unverified
Commit
32ec7345
authored
Sep 13, 2023
by
Vaibhav Srivastav
Committed by
GitHub
Sep 13, 2023
Browse files
Update spectrogram and waveform model mapping for TTS/A pipeline (#26114)
update names mapping for spectrogram and waveform models
parent
a9b63ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utils/update_metadata.py
utils/update_metadata.py
+2
-2
No files found.
utils/update_metadata.py
View file @
32ec7345
...
...
@@ -115,8 +115,8 @@ PIPELINE_TAGS_AND_AUTO_MODELS = [
(
"depth-estimation"
,
"MODEL_FOR_DEPTH_ESTIMATION_MAPPING_NAMES"
,
"AutoModelForDepthEstimation"
),
(
"video-classification"
,
"MODEL_FOR_VIDEO_CLASSIFICATION_MAPPING_NAMES"
,
"AutoModelForVideoClassification"
),
(
"mask-generation"
,
"MODEL_FOR_MASK_GENERATION_MAPPING_NAMES"
,
"AutoModelForMaskGeneration"
),
(
"text-to-audio"
,
"MODEL_FOR_TEXT_TO_SPECTROGRAM_NAMES"
,
"AutoModelForTextToSpectrogram"
),
(
"text-to-audio"
,
"MODEL_FOR_TEXT_TO_WAVEFORM_NAMES"
,
"AutoModelForTextToWaveform"
),
(
"text-to-audio"
,
"MODEL_FOR_TEXT_TO_SPECTROGRAM_
MAPPING_
NAMES"
,
"AutoModelForTextToSpectrogram"
),
(
"text-to-audio"
,
"MODEL_FOR_TEXT_TO_WAVEFORM_
MAPPING_
NAMES"
,
"AutoModelForTextToWaveform"
),
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment