DavidLanz commited on
Commit
89f5d0c
·
verified ·
1 Parent(s): 241b614

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "model/Llama-3.2-Taiwan-3B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -31,8 +31,8 @@
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": true,
33
  "torch_dtype": "bfloat16",
34
- "transformers_version": "4.47.1",
35
- "unsloth_version": "2025.1.5",
36
  "use_cache": false,
37
  "vocab_size": 128256
38
  }
 
1
  {
2
+ "_name_or_path": "DavidLanz/Llama-3.2-Taiwan-3B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": true,
33
  "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.48.3",
35
+ "unsloth_version": "2025.2.12",
36
  "use_cache": false,
37
  "vocab_size": 128256
38
  }
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  "pad_token_id": 128004,
8
  "temperature": 0.6,
9
  "top_p": 0.9,
10
- "transformers_version": "4.47.1"
11
  }
 
7
  "pad_token_id": 128004,
8
  "temperature": 0.6,
9
  "top_p": 0.9,
10
+ "transformers_version": "4.48.3"
11
  }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0740f7f5f942e441891df4aeb391a320a534267994908017738da7376242c328
3
  size 4965799096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91fbb803f6afc608bd11ac749bee14415a497ec497fc28e0f455c4101b47635
3
  size 4965799096
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0b33b579e64c64725ca07196c3d4f69352bdafe6fec4439e4c6413851b6520c
3
  size 1459729952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b946bb0b268ee2f130e58a78044211fb6368c0e855b500d0b2821ff0debdf7
3
  size 1459729952
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
  }