nm-autobot commited on
Commit
69118ac
·
verified ·
1 Parent(s): c4294fa

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -18,6 +18,7 @@
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": {
@@ -70,10 +71,12 @@
70
  "version": "0.17.1.a20260604"
71
  },
72
  "rms_norm_eps": 1e-05,
73
- "rope_scaling": null,
74
- "rope_theta": 10000.0,
 
 
75
  "tie_word_embeddings": false,
76
- "transformers_version": "4.57.6",
77
  "use_cache": true,
78
  "vocab_size": 32000
79
  }
 
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": {
 
71
  "version": "0.17.1.a20260604"
72
  },
73
  "rms_norm_eps": 1e-05,
74
+ "rope_parameters": {
75
+ "rope_theta": 10000.0,
76
+ "rope_type": "default"
77
+ },
78
  "tie_word_embeddings": false,
79
+ "transformers_version": "5.10.2",
80
  "use_cache": true,
81
  "vocab_size": 32000
82
  }
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": "4.57.6"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.10.2"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f90e5b4208477ae757b7a4794ffb96de943b4cf37dfaf0843c8992a056600b4
3
  size 1231270880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d577a6967ebf606bbb5ba5229648291f991b659eefa7a49dab92aeffdc1c8d10
3
  size 1231270880
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73f9d38663a6fc31d148e15803b3a78e86213596259f82b237602b1a921ce0e4
3
- size 3619115
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c537e25c6e20111ab270fb585c2d15924aa9cdf0f2461b443713b4ee5cced2
3
+ size 3618969
tokenizer_config.json CHANGED
@@ -1,38 +1,11 @@
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",
 
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",