nm-autobot commited on
Commit
0f92fe7
·
verified ·
1 Parent(s): 7bdc6dd

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -18,7 +18,6 @@
18
  "num_attention_heads": 32,
19
  "num_hidden_layers": 22,
20
  "num_key_value_heads": 4,
21
- "pad_token_id": null,
22
  "pretraining_tp": 1,
23
  "quantization_config": {
24
  "config_groups": {
@@ -90,15 +89,13 @@
90
  "quantization_status": "compressed",
91
  "sparsity_config": {},
92
  "transform_config": {},
93
- "version": "0.15.1.dev13+g1ecd2f8"
94
  },
95
  "rms_norm_eps": 1e-05,
96
- "rope_parameters": {
97
- "rope_theta": 10000.0,
98
- "rope_type": "default"
99
- },
100
  "tie_word_embeddings": false,
101
- "transformers_version": "5.8.0.dev0",
102
  "use_cache": true,
103
  "vocab_size": 32000
104
  }
 
18
  "num_attention_heads": 32,
19
  "num_hidden_layers": 22,
20
  "num_key_value_heads": 4,
 
21
  "pretraining_tp": 1,
22
  "quantization_config": {
23
  "config_groups": {
 
89
  "quantization_status": "compressed",
90
  "sparsity_config": {},
91
  "transform_config": {},
92
+ "version": "0.1.dev1+ge6aa10b"
93
  },
94
  "rms_norm_eps": 1e-05,
95
+ "rope_scaling": null,
96
+ "rope_theta": 10000.0,
 
 
97
  "tie_word_embeddings": false,
98
+ "transformers_version": "4.57.6",
99
  "use_cache": true,
100
  "vocab_size": 32000
101
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "5.8.0.dev0"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.57.6"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5934014905b4877b8a56a94483b13d5fa41bff655db2d1918249cb964dd4cbc4
3
  size 1131284624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58a87e06abed9d36119f82f7fbef14a09d8d2c4820fd74b0867e0d53b0eb35d
3
  size 1131284624
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
@@ -36,13 +31,23 @@
36
  "special": true
37
  }
38
  ],
39
- "normalizer": null,
40
- "pre_tokenizer": {
41
- "type": "Metaspace",
42
- "replacement": "▁",
43
- "prepend_scheme": "first",
44
- "split": false
 
 
 
 
 
 
 
 
 
45
  },
 
46
  "post_processor": {
47
  "type": "TemplateProcessing",
48
  "single": [
@@ -124,7 +129,7 @@
124
  "model": {
125
  "type": "BPE",
126
  "dropout": null,
127
- "unk_token": null,
128
  "continuing_subword_prefix": null,
129
  "end_of_word_suffix": null,
130
  "fuse_unk": true,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
31
  "special": true
32
  }
33
  ],
34
+ "normalizer": {
35
+ "type": "Sequence",
36
+ "normalizers": [
37
+ {
38
+ "type": "Prepend",
39
+ "prepend": "▁"
40
+ },
41
+ {
42
+ "type": "Replace",
43
+ "pattern": {
44
+ "String": " "
45
+ },
46
+ "content": "▁"
47
+ }
48
+ ]
49
  },
50
+ "pre_tokenizer": null,
51
  "post_processor": {
52
  "type": "TemplateProcessing",
53
  "single": [
 
129
  "model": {
130
  "type": "BPE",
131
  "dropout": null,
132
+ "unk_token": "<unk>",
133
  "continuing_subword_prefix": null,
134
  "end_of_word_suffix": null,
135
  "fuse_unk": true,
tokenizer_config.json CHANGED
@@ -1,11 +1,38 @@
1
  {
 
 
2
  "add_prefix_space": null,
3
- "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "bos_token": "<s>",
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "</s>",
7
- "is_local": false,
8
- "local_files_only": false,
9
  "model_max_length": 2048,
10
  "pad_token": "</s>",
11
  "padding_side": "right",
 
1
  {
2
+ "add_bos_token": true,
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": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
  "model_max_length": 2048,
37
  "pad_token": "</s>",
38
  "padding_side": "right",