Josephgflowers commited on
Commit
7e38d57
1 Parent(s): 4931bcf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/cinders/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -21,9 +21,8 @@
21
  "rope_scaling": null,
22
  "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float16",
25
- "transformers_version": "4.38.0.dev0",
26
- "unsloth_version": "2024.1",
27
  "use_cache": false,
28
  "vocab_size": 32000
29
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.6",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
21
  "rope_scaling": null,
22
  "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.36.0.dev0",
 
26
  "use_cache": false,
27
  "vocab_size": 32000
28
  }