Upload folder using huggingface_hub
Browse files
output/exp_m2d_infinitedance/args.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dance_dir": "/data2/hzy/InfiniteDance/InfiniteDanceData/dance/Infinite_MotionTokens_512_vel_processed",
|
| 3 |
+
"data_split_dir": "/data2/hzy/InfiniteDance/InfiniteDanceData/partition",
|
| 4 |
+
"music_dir": "/data2/hzy/InfiniteDance/InfiniteDanceData/music/muq_features",
|
| 5 |
+
"style_dir": "/data2/hzy/InfiniteDance/InfiniteDanceData/styles/Alldata",
|
| 6 |
+
"vqvae_checkpoint_path": "/data2/hzy/InfiniteDance/All_LargeDanceAR/models/checkpoints/dance_vqvae.pth",
|
| 7 |
+
"dancedata": "All",
|
| 8 |
+
"llama_config_path": "/data2/hzy/InfiniteDance/All_LargeDanceAR/models/Llama3.2-1B/config.json",
|
| 9 |
+
"style_embedding_dim": 64,
|
| 10 |
+
"music_length": 320,
|
| 11 |
+
"dance_length": 288,
|
| 12 |
+
"window_stride": 144,
|
| 13 |
+
"max_train_samples": null,
|
| 14 |
+
"max_val_samples": null,
|
| 15 |
+
"dance_token_start": 4096,
|
| 16 |
+
"dance_token_increment": 1536,
|
| 17 |
+
"dance_ranges_count": 1,
|
| 18 |
+
"special_tokens_count": 256,
|
| 19 |
+
"batch_size": 8,
|
| 20 |
+
"save_epoch": 10,
|
| 21 |
+
"MASTER_PORT": "17767",
|
| 22 |
+
"num_train_epochs": 100,
|
| 23 |
+
"learning_rate1": 4e-05,
|
| 24 |
+
"learning_rate2": 3e-07,
|
| 25 |
+
"weight_decay": 0.01,
|
| 26 |
+
"adam_beta1": 0.9,
|
| 27 |
+
"adam_beta2": 0.999,
|
| 28 |
+
"adam_epsilon": 1e-08,
|
| 29 |
+
"max_grad_norm": 0.3,
|
| 30 |
+
"warmup_steps": 500,
|
| 31 |
+
"lr_scheduler_type": "cosine",
|
| 32 |
+
"num_workers": 8,
|
| 33 |
+
"stage1_epoch": 2,
|
| 34 |
+
"stage2_epoch": 1000,
|
| 35 |
+
"out_dir": "/data2/hzy/InfiniteDance/All_LargeDanceAR/output/m2d_llama/exp_m2d_wav_RAG_infinitedance_v4_251030_0622",
|
| 36 |
+
"save_steps": 5000,
|
| 37 |
+
"seed": 42,
|
| 38 |
+
"resume_from_checkpoint": null,
|
| 39 |
+
"use_wandb": false,
|
| 40 |
+
"wandb_project": "music2dance",
|
| 41 |
+
"wandb_run_name": "/data2/hzy/InfiniteDance/All_LargeDanceAR/output/m2d_llama/exp_m2d_wav_RAG_infinitedance_v4_251008_0908/best_model_stage2_retrain.pt",
|
| 42 |
+
"world_size": 4,
|
| 43 |
+
"n_bins": 2
|
| 44 |
+
}
|
output/exp_m2d_infinitedance/best_model_stage2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a209d25be801126fd3f08b9847fee484e90a12310c688bd678dba4cf0259d4e3
|
| 3 |
+
size 5933778722
|
output/exp_m2d_infinitedance/config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"bos_token_id": 128000,
|
| 8 |
+
"eos_token_id": 128001,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 2048,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 8192,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"mlp_bias": false,
|
| 16 |
+
"model_type": "llama",
|
| 17 |
+
"num_attention_heads": 32,
|
| 18 |
+
"num_hidden_layers": 16,
|
| 19 |
+
"num_key_value_heads": 8,
|
| 20 |
+
"pretraining_tp": 1,
|
| 21 |
+
"rms_norm_eps": 1e-05,
|
| 22 |
+
"rope_scaling": {
|
| 23 |
+
"factor": 32.0,
|
| 24 |
+
"high_freq_factor": 4.0,
|
| 25 |
+
"low_freq_factor": 1.0,
|
| 26 |
+
"original_max_position_embeddings": 8192,
|
| 27 |
+
"rope_type": "llama3"
|
| 28 |
+
},
|
| 29 |
+
"rope_theta": 500000.0,
|
| 30 |
+
"tie_word_embeddings": true,
|
| 31 |
+
"torch_dtype": "bfloat16",
|
| 32 |
+
"transformers_version": "4.45.0.dev0",
|
| 33 |
+
"use_cache": true,
|
| 34 |
+
"vocab_size": 128256
|
| 35 |
+
}
|