Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
text generation
causal-lm
Writer-data
gpt
NeMo
palmyra
text-generation-inference
Instructions to use Writer/palmyra-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Writer/palmyra-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Writer/palmyra-base")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Writer/palmyra-base") model = AutoModelForCausalLM.from_pretrained("Writer/palmyra-base") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use Writer/palmyra-base with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Writer/palmyra-base" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Writer/palmyra-base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Writer/palmyra-base
- SGLang
How to use Writer/palmyra-base 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 "Writer/palmyra-base" \ --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": "Writer/palmyra-base", "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 "Writer/palmyra-base" \ --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": "Writer/palmyra-base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Writer/palmyra-base with Docker Model Runner:
docker model run hf.co/Writer/palmyra-base
| { | |
| "metadata": { | |
| "total_size": 10707763248 | |
| }, | |
| "weight_map": { | |
| "lm_head.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.0.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.0.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.1.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.10.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.11.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.12.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.13.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.14.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.15.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.16.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.17.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.18.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.19.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.2.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.20.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.21.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.22.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.attn.c_proj.bias": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.attn.c_proj.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.23.ln_2.bias": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.ln_2.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.mlp.c_fc.bias": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.mlp.c_fc.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.mlp.c_proj.bias": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.23.mlp.c_proj.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.h.3.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.3.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.4.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.5.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.6.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.7.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.8.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.c_attn.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.c_attn.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.attn.masked_bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.ln_1.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.ln_1.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.ln_2.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.ln_2.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.mlp.c_fc.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.mlp.c_fc.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.mlp.c_proj.bias": "pytorch_model-00001-of-00002.bin", | |
| "transformer.h.9.mlp.c_proj.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.ln_f.bias": "pytorch_model-00002-of-00002.bin", | |
| "transformer.ln_f.weight": "pytorch_model-00002-of-00002.bin", | |
| "transformer.wpe.weight": "pytorch_model-00001-of-00002.bin", | |
| "transformer.wte.weight": "pytorch_model-00001-of-00002.bin" | |
| } | |
| } | |