leekh7624 commited on
Commit
44cec76
1 Parent(s): b6f6362

(Trained with Unsloth)

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "beomi/Llama-3-Open-Ko-8B-Instruct-preview",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -25,7 +25,7 @@
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
- "unsloth_version": "2024.9.post4",
29
  "use_cache": true,
30
  "vocab_size": 128256
31
  }
 
1
  {
2
+ "_name_or_path": "leekh7624/Llama-3-Open-Ko-8B-Instruct-sample",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
+ "unsloth_version": "2024.10.4",
29
  "use_cache": true,
30
  "vocab_size": 128256
31
  }
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8482d79484f00ace6728cde1c83768341392e3531c30a744df0ec925d2448f0a
3
  size 4976698672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3621dfe9943a065bdb2ec550053d512ebf748f2ff3160547117ea13f4bd73c53
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:ba791d96ecb0746d2ae22ecaf4e1d03488c16a30678b668a367c976b89550de4
3
  size 4999802720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634072c62de7b4d83c29c8eb4b14f0b05138b8ccfcc5e2b322b524e7e53587b9
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:db3bdea55d1831ede3440b7dbb95062532fccd268f71ef68f65186567d7d48f2
3
  size 4915916176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1d8da9e585f2d68c4fff2ba77eae551e9bb6e8ecb8908894dad66c555f1691
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:8ea689b403bf6bcf56b6d421d56a559cf58110766faa24e31e88c4e5136b5cfa
3
  size 1168138808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739a1a01ecf1b08d781c1d6aabfa8f3d7847c0347d1777c28e4e76a6abe12735
3
  size 1168138808
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|reserved_special_token_250|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|reserved_special_token_250|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }