hivaze commited on
Commit
17e3006
1 Parent(s): 367db89

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "meta-llama/Meta-Llama-3-8B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
- "eos_token_id": 128001,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
 
1
  {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": 128009,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
generation_config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
- "eos_token_id": 128001,
 
 
 
5
  "max_length": 4096,
6
  "temperature": 0.6,
7
  "top_p": 0.9,
 
1
  {
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128009
7
+ ],
8
  "max_length": 4096,
9
  "temperature": 0.6,
10
  "top_p": 0.9,
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4711468f58902f398c64792855afba5cff2c6a4735e46da2136482c07fa8543c
3
  size 4976698592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2006f67aad39281d85d22f6d400210cec3fabb6006b1aeb2de9ebb11bd8654
3
  size 4976698592
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c228017fb4fbe2aaa2abd883020987331d3b30c0265e68cfffc3cff87688a5a1
3
  size 4999802616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330b5c8ea0dd67c322bf75e1ec7aa612f1b8a5ae463ad873ce2a03a7138522fa
3
  size 4999802616
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:170e2c69b9209c0f8f4f8d49075a04b30fee9004c81becc37f2d93b311a9ebe8
3
  size 4915916080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2d033e0856c01e99d9aa5c6f4b4fdbbda4246cde4d185a0535d354d3eba51a
3
  size 4915916080
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:885d5c8d1eb9756d701b4e9aa40ba89386999b602f3f344f27d85797218fc79a
3
  size 1168138808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0cc826dcf6fd35d75bf684877c34be8f5b4b46290d3960afc4ecb634386737
3
  size 1168138808
tokenizer_config.json CHANGED
@@ -2057,7 +2057,7 @@
2057
  "input_ids",
2058
  "attention_mask"
2059
  ],
2060
- "model_max_length": 4096,
2061
  "pad_token": "<|reserved_special_token_0|>",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2057
  "input_ids",
2058
  "attention_mask"
2059
  ],
2060
+ "model_max_length": 1000000000000000019884624838656,
2061
  "pad_token": "<|reserved_special_token_0|>",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }