batman-1 / config.json
elyx's picture
step 500, run_id ybu66h2v
8ffb4a7 verified
raw
history blame contribute delete
870 Bytes
{
"_name_or_path": "fixie-ai/ultravox-v0_3-llama-3_2-1b",
"architectures": [
"UltravoxModel"
],
"audio_latency_block_size": null,
"audio_model_id": "openai/whisper-small",
"auto_map": {
"AutoConfig": "config.UltravoxConfig",
"AutoModel": "model.UltravoxModel"
},
"custom_pipelines": {
"ultravox-pipeline": {
"impl": "fixie-ai/ultravox-v0_3-llama-3_2-1b--ultravox_pipeline.UltravoxPipeline",
"pt": [
"AutoModel"
],
"tf": [],
"type": "multimodal"
}
},
"hidden_size": 4096,
"ignore_index": -100,
"initializer_range": 0.02,
"model_type": "ultravox",
"norm_init": 0.4,
"pad_token_id": 128009,
"projector_act": "swiglu",
"stack_factor": 8,
"text_model_id": "meta-llama/Llama-3.2-1B-Instruct",
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"vocab_size": 128256
}