CoolFace
Modelpublic

FreedomIntelligence/EchoX-8B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
10likes76downloads
config.json47 linesDownload Raw Back to root
1{2  "_name_or_path": "./EchoX-8B",3  "adapter_size": 1280,4  "architectures": [5    "EchoXForCausalLM"6  ],7  "attention_bias": false,8  "attention_dropout": 0.0,9  "audio_token_len": 750,10  "audio_tower": "./whisper-large-v3",11  "bos_token_id": 128000,12  "eos_token_id": [13    128001,14    128008,15    12800916  ],17  "head_dim": 128,18  "hidden_act": "silu",19  "hidden_size": 4096,20  "initializer_range": 0.02,21  "intermediate_size": 14336,22  "max_position_embeddings": 131072,23  "mlp_bias": false,24  "model_type": "EchoX",25  "num_attention_heads": 32,26  "num_hidden_layers": 32,27  "num_key_value_heads": 8,28  "pretraining_tp": 1,29  "rms_norm_eps": 1e-05,30  "rope_scaling": {31    "factor": 8.0,32    "high_freq_factor": 4.0,33    "low_freq_factor": 1.0,34    "original_max_position_embeddings": 8192,35    "rope_type": "llama3"36  },37  "rope_theta": 500000.0,38  "tie_word_embeddings": false,39  "torch_dtype": "float16",40  "transformers_version": "4.48.1",41  "unit_output": "finetune_kd",42  "unit_vocab_size": 7807,43  "unit_model": "medium",44  "use_cache": false,45  "vocab_size": 12825746}47