meetkai/functionary-medium-v3.2
828
1{2 "_name_or_path": "meta-llama/Meta-Llama-3.1-70B-Instruct",3 "architectures": [4 "LlamaForCausalLM"5 ],6 "attention_bias": false,7 "attention_dropout": 0.0,8 "auto_map": {9 "AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"10 },11 "bos_token_id": 128000,12 "eos_token_id": [13 128001,14 128008,15 12800916 ],17 "hidden_act": "silu",18 "hidden_size": 8192,19 "initializer_range": 0.02,20 "intermediate_size": 28672,21 "max_position_embeddings": 131072,22 "mlp_bias": false,23 "model_type": "llama",24 "num_attention_heads": 64,25 "num_hidden_layers": 80,26 "num_key_value_heads": 8,27 "pretraining_tp": 1,28 "rms_norm_eps": 1e-05,29 "rope_scaling": {30 "factor": 8.0,31 "high_freq_factor": 4.0,32 "low_freq_factor": 1.0,33 "original_max_position_embeddings": 8192,34 "rope_type": "llama3"35 },36 "rope_theta": 500000.0,37 "sliding_window": 8192,38 "tie_word_embeddings": false,39 "torch_dtype": "bfloat16",40 "transformers_version": "4.45.0.dev0",41 "use_cache": false,42 "vocab_size": 12825643}44 