andykcheng commited on
Commit
0bd6c76
1 Parent(s): cce4bb5

Upload LlamaForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +3 -3
  2. generation_config.json +4 -1
  3. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.3",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
  "transformers_version": "4.35.2",
25
- "use_cache": false,
26
- "vocab_size": 32003
27
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
  "transformers_version": "4.35.2",
25
+ "use_cache": true,
26
+ "vocab_size": 32000
27
  }
generation_config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
2
- "max_new_tokens": 32,
 
 
 
3
  "transformers_version": "4.35.2"
4
  }
 
1
  {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
  "transformers_version": "4.35.2"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3aad6cb1a7cc8d6fc2cb686df014a9a7ae5c98bf9feb06c9c5fe7742994ffc40
3
- size 2200144240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bda162d8560adccbb3bca9367e963950404873e4178a3247eba84f546f3b3b7
3
+ size 2200119664