legolasyiu commited on
Commit
05c201b
1 Parent(s): c294d18

(Trained with Unsloth)

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-0.001-128K-auto",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
pytorch_model-00001-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5766346e356646e838cc329b205e607bf5056f0a89d7d075b63054ce6648692
3
  size 4976718466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e3fec71b6442d10ee1a8fc050a7193e186f0eb94d4c90f21c69fd5350167fb0
3
  size 4976718466
pytorch_model-00002-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:caf5a71430c9cd9059a5703d8a13d33ea9577c6c2fab593c8fa68830b5ed60d7
3
  size 4999826950
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782a25784ad07db6aff7ed284d624fc667fbb2ecd13babff05a8c23624382613
3
  size 4999826950
pytorch_model-00003-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff6d1febe71cc409bfa543321939d535cccf62b63dd2571bf909e15c6f52a75d
3
  size 4915939082
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0a931de841cf1976fcdde98a15c89296cc6faa376834a63a79c1022fd60f45
3
  size 4915939082
pytorch_model-00004-of-00004.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32764ce6af72d9f2ecf1a774d937d20d5a4f876db087471d4818ceeb8c1e507a
3
  size 1168140873
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559b72e54b967f06c1cc7e2610c6b0eccbff92c04e536ba1401eee8d1632d514
3
  size 1168140873
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|finetune_right_pad_id|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }
tokenizer_config.json CHANGED
@@ -2054,6 +2054,7 @@
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},
 
2057
  "model_input_names": [
2058
  "input_ids",
2059
  "attention_mask"
@@ -2061,5 +2062,8 @@
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
  "padding_side": "left",
2064
- "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
2065
  }
 
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},
2057
+ "max_length": 128000,
2058
  "model_input_names": [
2059
  "input_ids",
2060
  "attention_mask"
 
2062
  "model_max_length": 131072,
2063
  "pad_token": "<|finetune_right_pad_id|>",
2064
  "padding_side": "left",
2065
+ "stride": 0,
2066
+ "tokenizer_class": "PreTrainedTokenizerFast",
2067
+ "truncation_side": "right",
2068
+ "truncation_strategy": "longest_first"
2069
  }