nm-autobot commited on
Commit
8989877
·
verified ·
1 Parent(s): 961f97a

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": {
@@ -55,15 +54,13 @@
55
  "quantization_status": "compressed",
56
  "sparsity_config": {},
57
  "transform_config": {},
58
- "version": "0.17.1.dev0"
59
  },
60
  "rms_norm_eps": 1e-05,
61
- "rope_parameters": {
62
- "rope_theta": 10000.0,
63
- "rope_type": "default"
64
- },
65
  "tie_word_embeddings": false,
66
- "transformers_version": "5.10.0.dev0",
67
  "use_cache": true,
68
  "vocab_size": 32000
69
  }
 
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": {
 
54
  "quantization_status": "compressed",
55
  "sparsity_config": {},
56
  "transform_config": {},
57
+ "version": "0.17.1.a20260604"
58
  },
59
  "rms_norm_eps": 1e-05,
60
+ "rope_scaling": null,
61
+ "rope_theta": 10000.0,
 
 
62
  "tie_word_embeddings": false,
63
+ "transformers_version": "4.57.6",
64
  "use_cache": true,
65
  "vocab_size": 32000
66
  }
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.10.0.dev0"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.57.6"
7
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81bb383c6138159665cd350a59fbcb5aa1fe65712cf5ed9b6481bc802cdbd8e5
3
- size 3618870
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88bda6bdd84543eadebdf4bd2ec325ae43b71a3ff1fead6a766562c00b29bd8
3
+ size 3619016
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",