yshao18 commited on
Commit
7cf7695
·
verified ·
1 Parent(s): 1bc84d8

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -122,7 +122,7 @@
122
  ],
123
  "tag_audio_boundary": false,
124
  "audio_token": "<|AUDIO|>",
125
- "model_type": "audio-llm-dual-audio-tokens-anchor-num",
126
  "max_length": 800,
127
  "voice_encoder_config": {
128
  "model_type": "zipformer",
@@ -214,6 +214,5 @@
214
  "voice_projector_ds_rate": 4,
215
  "semantic_anchor_interval": 8,
216
  "voice_anchor_interval": 8,
217
- "insert_anchors_at_ends": true,
218
- "digit_embedding_path": "/projects/bejv/code/Auden/examples/multi_asr_llm/models/audio_llm_dual_audio_tokens_anchor_num/digit_token_embeddings.pt"
219
- }
 
122
  ],
123
  "tag_audio_boundary": false,
124
  "audio_token": "<|AUDIO|>",
125
+ "model_type": "tagspeech",
126
  "max_length": 800,
127
  "voice_encoder_config": {
128
  "model_type": "zipformer",
 
214
  "voice_projector_ds_rate": 4,
215
  "semantic_anchor_interval": 8,
216
  "voice_anchor_interval": 8,
217
+ "insert_anchors_at_ends": true
218
+ }