yonderjay commited on
Commit
5c3347c
·
verified ·
1 Parent(s): 2aa8e99

Updated model

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "House-11-01",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "trained_model_llama3.1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58fa666b14edfc754f9315c28618765309dff73dd53e3c3b83b5712879897c3c
3
  size 4976715056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6936ffa1faf9ab59e77ffc08e0d1d235516131788a4f9adbd8ec4a93113336
3
  size 4976715056
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:868ae065d21f34c84f944bd73e2c687d04db7c619419083818d4c20f8a0b5e70
3
  size 4999802720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcd0f11a92b65df2ba2e191034030c4138a5798c1fdf84badc227822e2fafaf
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:394d43082d212ab39456b66b81c5de6c0f6f7bc161c0af079a60738e6c5ac20a
3
  size 4915916176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f2e3bb05fab0da429563f16430295ac24915cbbdb9c7e9b650085059a623a1
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:d77cbb41aae1eec1aabe7e1a7eb8862b6c06c58dfd88d2f596ee02b396c84575
3
  size 1168155192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7fea64f8d48000f0858fe2246c16471942963467332eea705c7ba93c014e88
3
  size 1168155192
special_tokens_map.json CHANGED
@@ -17,5 +17,11 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": "<|finetune_right_pad_id|>"
 
 
 
 
 
 
21
  }
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": {
21
+ "content": "<|finetune_right_pad_id|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ }
27
  }