nm-autobot commited on
Commit
44e021b
·
verified ·
1 Parent(s): 1ec19d2

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -23,7 +23,6 @@
23
  "num_key_value_heads": 32,
24
  "original_max_position_embeddings": 4096,
25
  "pad_token_id": 32000,
26
- "partial_rotary_factor": 1.0,
27
  "quantization_config": {
28
  "config_groups": {},
29
  "format": "dense",
@@ -47,15 +46,18 @@
47
  "quantization_status": "compressed",
48
  "sparsity_config": {},
49
  "transform_config": {},
50
- "version": "0.15.1.a20260416"
51
  },
52
  "resid_pdrop": 0.0,
53
  "rms_norm_eps": 1e-05,
54
- "rope_scaling": null,
55
- "rope_theta": 10000.0,
 
 
 
56
  "sliding_window": 2047,
57
  "tie_word_embeddings": false,
58
- "transformers_version": "4.57.6",
59
  "use_cache": true,
60
  "vocab_size": 32064
61
  }
 
23
  "num_key_value_heads": 32,
24
  "original_max_position_embeddings": 4096,
25
  "pad_token_id": 32000,
 
26
  "quantization_config": {
27
  "config_groups": {},
28
  "format": "dense",
 
46
  "quantization_status": "compressed",
47
  "sparsity_config": {},
48
  "transform_config": {},
49
+ "version": "0.1.dev1+g1ecd2f8"
50
  },
51
  "resid_pdrop": 0.0,
52
  "rms_norm_eps": 1e-05,
53
+ "rope_parameters": {
54
+ "partial_rotary_factor": 1.0,
55
+ "rope_theta": 10000.0,
56
+ "rope_type": "default"
57
+ },
58
  "sliding_window": 2047,
59
  "tie_word_embeddings": false,
60
+ "transformers_version": "5.6.0.dev0",
61
  "use_cache": true,
62
  "vocab_size": 32064
63
  }
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  32007
8
  ],
9
  "pad_token_id": 32000,
10
- "transformers_version": "4.57.6"
11
  }
 
7
  32007
8
  ],
9
  "pad_token_id": 32000,
10
+ "transformers_version": "5.6.0.dev0"
11
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d662542ac1ea04749e87f11bbb2d6de25b059b5605bdb28f06a3073012b83e1
3
+ size 7642188648
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -1,131 +1,16 @@
1
  {
2
- "add_bos_token": false,
3
- "add_eos_token": false,
4
- "add_prefix_space": null,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": true,
27
- "single_word": false,
28
- "special": false
29
- },
30
- "32000": {
31
- "content": "<|endoftext|>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "32001": {
39
- "content": "<|assistant|>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": true,
43
- "single_word": false,
44
- "special": true
45
- },
46
- "32002": {
47
- "content": "<|placeholder1|>",
48
- "lstrip": false,
49
- "normalized": false,
50
- "rstrip": true,
51
- "single_word": false,
52
- "special": true
53
- },
54
- "32003": {
55
- "content": "<|placeholder2|>",
56
- "lstrip": false,
57
- "normalized": false,
58
- "rstrip": true,
59
- "single_word": false,
60
- "special": true
61
- },
62
- "32004": {
63
- "content": "<|placeholder3|>",
64
- "lstrip": false,
65
- "normalized": false,
66
- "rstrip": true,
67
- "single_word": false,
68
- "special": true
69
- },
70
- "32005": {
71
- "content": "<|placeholder4|>",
72
- "lstrip": false,
73
- "normalized": false,
74
- "rstrip": true,
75
- "single_word": false,
76
- "special": true
77
- },
78
- "32006": {
79
- "content": "<|system|>",
80
- "lstrip": false,
81
- "normalized": false,
82
- "rstrip": true,
83
- "single_word": false,
84
- "special": true
85
- },
86
- "32007": {
87
- "content": "<|end|>",
88
- "lstrip": false,
89
- "normalized": false,
90
- "rstrip": true,
91
- "single_word": false,
92
- "special": true
93
- },
94
- "32008": {
95
- "content": "<|placeholder5|>",
96
- "lstrip": false,
97
- "normalized": false,
98
- "rstrip": true,
99
- "single_word": false,
100
- "special": true
101
- },
102
- "32009": {
103
- "content": "<|placeholder6|>",
104
- "lstrip": false,
105
- "normalized": false,
106
- "rstrip": true,
107
- "single_word": false,
108
- "special": true
109
- },
110
- "32010": {
111
- "content": "<|user|>",
112
- "lstrip": false,
113
- "normalized": false,
114
- "rstrip": true,
115
- "single_word": false,
116
- "special": true
117
- }
118
- },
119
  "bos_token": "<s>",
120
  "clean_up_tokenization_spaces": false,
121
  "eos_token": "<|endoftext|>",
122
- "extra_special_tokens": {},
123
  "legacy": false,
 
124
  "model_max_length": 4096,
125
  "pad_token": "<|endoftext|>",
126
  "padding_side": "left",
127
  "sp_model_kwargs": {},
128
- "tokenizer_class": "LlamaTokenizer",
129
  "unk_token": "<unk>",
130
  "use_default_system_prompt": false
131
  }
 
1
  {
2
+ "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|endoftext|>",
6
+ "is_local": false,
7
  "legacy": false,
8
+ "local_files_only": false,
9
  "model_max_length": 4096,
10
  "pad_token": "<|endoftext|>",
11
  "padding_side": "left",
12
  "sp_model_kwargs": {},
13
+ "tokenizer_class": "TokenizersBackend",
14
  "unk_token": "<unk>",
15
  "use_default_system_prompt": false
16
  }