| # | |
| # Copyright 2026 HojoAI | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # | |
| model: | |
| encoder_path: "Qwen3-Omni-30B-A3B-Instruct" | |
| llama_path: "Qwen3-4B-Instruct-2507" | |
| whisper_path: "whisper-large-v3" | |
| linear_units: 640 | |
| num_blocks: 2 | |
| input_layer: "linear" | |
| max_txt_len: 300 | |
| generate: | |
| max_new_tokens: 200 | |
| num_beams: 4 | |
| do_sample: False | |
| min_length: 1 | |
| temperature: 1.0 | |
| top_p: 0.9 | |
| repetition_penalty: 2.0 | |
| length_penalty: 1 | |