Instructions to use kdf/jiang-base-20000steps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kdf/jiang-base-20000steps with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="kdf/jiang-base-20000steps", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("kdf/jiang-base-20000steps", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use kdf/jiang-base-20000steps with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "kdf/jiang-base-20000steps" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kdf/jiang-base-20000steps", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/kdf/jiang-base-20000steps
- SGLang
How to use kdf/jiang-base-20000steps with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "kdf/jiang-base-20000steps" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kdf/jiang-base-20000steps", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "kdf/jiang-base-20000steps" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kdf/jiang-base-20000steps", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use kdf/jiang-base-20000steps with Docker Model Runner:
docker model run hf.co/kdf/jiang-base-20000steps
| { | |
| "metadata": { | |
| "total_size": 29356048384 | |
| }, | |
| "weight_map": { | |
| "embed_out.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.embed_in.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.final_layer_norm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.0.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.16.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.16.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.16.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.17.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.2.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.20.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.3.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.30.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.30.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.attention.dense.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.attention.dense.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.attention.query_key_value.bias": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.attention.query_key_value.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.32.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.33.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.33.input_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.33.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.33.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin", | |
| "gpt_kdf.layers.34.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.34.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.35.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.36.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.37.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.38.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.39.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.4.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.40.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.40.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.41.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.42.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.43.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.44.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.45.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.46.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.attention.dense.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.attention.dense.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.attention.query_key_value.bias": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.attention.query_key_value.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.input_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.47.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin", | |
| "gpt_kdf.layers.5.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.attention.dense.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.attention.dense.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.attention.query_key_value.bias": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.attention.query_key_value.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.mlp.dense_h_to_4h_gate.weight": "pytorch_model-00001-of-00003.bin", | |
| "gpt_kdf.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin" | |
| } | |
| } | |