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
Nuomanzz
TangoFlux
Commits
fd31a469
Commit
fd31a469
authored
Dec 30, 2024
by
hungchiayu1
Browse files
updates
parent
60cdc0fd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
configs/__init__.py
configs/__init__.py
+0
-0
configs/tangoflux_config.yaml
configs/tangoflux_config.yaml
+36
-0
No files found.
configs/__init__.py
0 → 100644
View file @
fd31a469
configs/tangoflux_config.yaml
0 → 100644
View file @
fd31a469
# Absolute paths for different resources
paths
:
train_file
:
"
data/train.json"
val_file
:
"
data/val.json"
test_file
:
"
data/val.json"
resume_from_checkpoint
:
"
"
output_dir
:
"
outputs/"
# Training-related parameters
training
:
per_device_batch_size
:
16
learning_rate
:
5e-4
gradient_accumulation_steps
:
1
num_train_epochs
:
80
num_warmup_steps
:
1000
max_audio_duration
:
30
# Model and optimizer parameters,
model
:
num_layers
:
6
num_single_layers
:
18
in_channels
:
64
attention_head_dim
:
128
joint_attention_dim
:
1024
num_attention_heads
:
8
audio_seq_len
:
645
max_duration
:
30
uncondition
:
false
text_encoder_name
:
"
google/flan-t5-large"
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