jayeshvpatil commited on
Commit
6c8c43f
1 Parent(s): aa5ef44

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -4
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -19,8 +20,8 @@
19
  "rope_scaling": null,
20
  "rope_theta": 10000.0,
21
  "tie_word_embeddings": false,
22
- "torch_dtype": "bfloat16",
23
- "transformers_version": "4.35.0",
24
- "use_cache": true,
25
- "vocab_size": 32000
26
  }
 
1
  {
2
+ "_name_or_path": "PY007/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
20
  "rope_scaling": null,
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.35.0.dev0",
25
+ "use_cache": false,
26
+ "vocab_size": 32003
27
  }