Upload from /robust_llm_data/checkpoints/oskar_035b_ft_pythia_jailbreaks/oskar-035b-ft-pythia-jailbreaks-0010/3237a65f5c2552f308c52f8010b440d618573b2122d59609220a94afc30dbc45/epoch_0003/model by scripts/oskar/push_checkpoints_to_hub.py
Browse files- .gitignore +5 -0
- commit.txt +1 -0
- config.json +34 -0
- disk-write-timestamp.txt +1 -0
- pytorch_model-00000.bin +3 -0
- pytorch_model.bin.index.json +1 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +215 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
done-saving
|
3 |
+
model_name.txt
|
4 |
+
revision.txt
|
5 |
+
done-training
|
commit.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
88d2c738a4d3adbb939ef432c6c82a24b5d9fc61
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-410m",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoXForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": true,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"classifier_dropout": 0.1,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 4096,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 2048,
|
18 |
+
"model_type": "gpt_neox",
|
19 |
+
"num_attention_heads": 16,
|
20 |
+
"num_hidden_layers": 24,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"partial_rotary_factor": 0.25,
|
23 |
+
"problem_type": "single_label_classification",
|
24 |
+
"rope_scaling": null,
|
25 |
+
"rope_theta": 10000,
|
26 |
+
"rotary_emb_base": 10000,
|
27 |
+
"rotary_pct": 0.25,
|
28 |
+
"tie_word_embeddings": false,
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.46.2",
|
31 |
+
"use_cache": false,
|
32 |
+
"use_parallel_residual": true,
|
33 |
+
"vocab_size": 50304
|
34 |
+
}
|
disk-write-timestamp.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
20250104-002046
|
pytorch_model-00000.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f38866c3a4eb41557c26b1ab50ac2babc1e7168fa9de9e50b6ea3f7d288840eb
|
3 |
+
size 1415400074
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"format": "pt"}, "weight_map": {"gpt_neox.embed_in.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.0.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.0.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.0.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.16.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.17.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.18.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.19.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.20.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.21.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.22.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.input_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.input_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.post_attention_layernorm.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.post_attention_layernorm.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.attention.query_key_value.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.attention.query_key_value.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.attention.dense.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.attention.dense.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.mlp.dense_h_to_4h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "pytorch_model-00000.bin", "gpt_neox.layers.23.mlp.dense_4h_to_h.weight": "pytorch_model-00000.bin", "gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "pytorch_model-00000.bin", "gpt_neox.final_layer_norm.weight": "pytorch_model-00000.bin", "gpt_neox.final_layer_norm.bias": "pytorch_model-00000.bin", "score.weight": "pytorch_model-00000.bin"}}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": false,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<|endoftext|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<|padding|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"50254": {
|
23 |
+
"content": " ",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"50255": {
|
31 |
+
"content": " ",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"50256": {
|
39 |
+
"content": " ",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"50257": {
|
47 |
+
"content": " ",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"50258": {
|
55 |
+
"content": " ",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"50259": {
|
63 |
+
"content": " ",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"50260": {
|
71 |
+
"content": " ",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": false
|
77 |
+
},
|
78 |
+
"50261": {
|
79 |
+
"content": " ",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"50262": {
|
87 |
+
"content": " ",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"50263": {
|
95 |
+
"content": " ",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"50264": {
|
103 |
+
"content": " ",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"50265": {
|
111 |
+
"content": " ",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"50266": {
|
119 |
+
"content": " ",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"50267": {
|
127 |
+
"content": " ",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"50268": {
|
135 |
+
"content": " ",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"50269": {
|
143 |
+
"content": " ",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"50270": {
|
151 |
+
"content": " ",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": true,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"50271": {
|
159 |
+
"content": " ",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": true,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"50272": {
|
167 |
+
"content": " ",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": true,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"50273": {
|
175 |
+
"content": " ",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": true,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"50274": {
|
183 |
+
"content": " ",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": true,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": false
|
189 |
+
},
|
190 |
+
"50275": {
|
191 |
+
"content": " ",
|
192 |
+
"lstrip": false,
|
193 |
+
"normalized": true,
|
194 |
+
"rstrip": false,
|
195 |
+
"single_word": false,
|
196 |
+
"special": false
|
197 |
+
},
|
198 |
+
"50276": {
|
199 |
+
"content": " ",
|
200 |
+
"lstrip": false,
|
201 |
+
"normalized": true,
|
202 |
+
"rstrip": false,
|
203 |
+
"single_word": false,
|
204 |
+
"special": false
|
205 |
+
}
|
206 |
+
},
|
207 |
+
"bos_token": "<|endoftext|>",
|
208 |
+
"clean_up_tokenization_spaces": false,
|
209 |
+
"eos_token": "<|endoftext|>",
|
210 |
+
"model_max_length": 2048,
|
211 |
+
"pad_token": "<|endoftext|>",
|
212 |
+
"padding_side": "right",
|
213 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
214 |
+
"unk_token": "<|endoftext|>"
|
215 |
+
}
|