agentlans commited on
Commit
923608c
·
verified ·
1 Parent(s): b14900d

Upload 12 files

Browse files
config.json CHANGED
@@ -5,6 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
 
8
  "eos_token_id": [
9
  128001,
10
  128008,
@@ -32,8 +33,7 @@
32
  },
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": false,
35
- "torch_dtype": "bfloat16",
36
- "transformers_version": "4.52.4",
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "dtype": "bfloat16",
9
  "eos_token_id": [
10
  128001,
11
  128008,
 
33
  },
34
  "rope_theta": 500000.0,
35
  "tie_word_embeddings": false,
36
+ "transformers_version": "4.57.1",
 
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
generation_config.json CHANGED
@@ -6,5 +6,5 @@
6
  128008,
7
  128009
8
  ],
9
- "transformers_version": "4.52.4"
10
  }
 
6
  128008,
7
  128009
8
  ],
9
+ "transformers_version": "4.57.1"
10
  }
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a8b6eb1c40966896da0ea6d081fe5411ff915a3072ede5838e2f0791a747e0e
3
  size 4976698672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6208ca99c45e3a7d1ca5eb1ff3a928ea63c9e15642677d47593d75b79f0cca3
3
  size 4976698672
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a169d9219fbdb17a9ffad4c09aafd293139191879dae630fd6542e48a83e52c1
3
  size 4999802720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cba5bd4e777ae61dba970a342d838709612d5773448a6a878cf2f4f6bd356075
3
  size 4999802720
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba62945b0f0734a7cce55f1036bd0a6439661a60ec0ad04afaf73bfc959ebff9
3
  size 4915916176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39380b8d88f9bf336819a546d7ff97667e1e86451627b048cf48c6d25275cb88
3
  size 4915916176
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4f99452f3a9bf8763c94219826c3b6478ef15eb6d312cddda9e45b9903f2ffb
3
  size 1168138808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c0398c4d5d0309d68bd9442fab00bcc41ba778619271fafcb4927187d745b02
3
  size 1168138808
model.safetensors.index.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "metadata": {
 
3
  "total_size": 16060522496
4
  },
5
  "weight_map": {
 
1
  {
2
  "metadata": {
3
+ "total_parameters": 8030261248,
4
  "total_size": 16060522496
5
  },
6
  "weight_map": {
tokenizer_config.json CHANGED
@@ -2061,5 +2061,5 @@
2061
  "pad_token": "<|eot_id|>",
2062
  "padding_side": "left",
2063
  "split_special_tokens": false,
2064
- "tokenizer_class": "PreTrainedTokenizer"
2065
  }
 
2061
  "pad_token": "<|eot_id|>",
2062
  "padding_side": "left",
2063
  "split_special_tokens": false,
2064
+ "tokenizer_class": "PreTrainedTokenizerFast"
2065
  }