Promptengineering commited on
Commit
342d324
·
verified ·
1 Parent(s): 9a29001

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +3 -18
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Codex07/RD05_1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -18,27 +18,12 @@
18
  "num_hidden_layers": 22,
19
  "num_key_value_heads": 4,
20
  "pretraining_tp": 1,
21
- "quantization_config": {
22
- "_load_in_4bit": true,
23
- "_load_in_8bit": false,
24
- "bnb_4bit_compute_dtype": "float16",
25
- "bnb_4bit_quant_storage": "uint8",
26
- "bnb_4bit_quant_type": "nf4",
27
- "bnb_4bit_use_double_quant": true,
28
- "llm_int8_enable_fp32_cpu_offload": false,
29
- "llm_int8_has_fp16_weight": false,
30
- "llm_int8_skip_modules": null,
31
- "llm_int8_threshold": 6.0,
32
- "load_in_4bit": true,
33
- "load_in_8bit": false,
34
- "quant_method": "bitsandbytes"
35
- },
36
  "rms_norm_eps": 1e-05,
37
  "rope_scaling": null,
38
  "rope_theta": 10000.0,
39
  "tie_word_embeddings": false,
40
- "torch_dtype": "float32",
41
  "transformers_version": "4.42.4",
42
- "use_cache": false,
43
  "vocab_size": 32000
44
  }
 
1
  {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
18
  "num_hidden_layers": 22,
19
  "num_key_value_heads": 4,
20
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "rms_norm_eps": 1e-05,
22
  "rope_scaling": null,
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
+ "torch_dtype": "float16",
26
  "transformers_version": "4.42.4",
27
+ "use_cache": true,
28
  "vocab_size": 32000
29
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df7e02c1c26ef92e5e55498bed9fc785cef750c64432344add2d624401866332
3
- size 1029304351
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dffeccee7d6d87a68447916682de2a1ba43acaacbe015d00314ae42cf9e6a76
3
+ size 2200119664