ShahriarFerdoush commited on
Commit
7cfd7a9
·
verified ·
1 Parent(s): fdd74ef

Fine-tuned Llama 3.2-1B for code generation

Browse files
Files changed (2) hide show
  1. config.json +1 -16
  2. model.safetensors +2 -2
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "dtype": "float32",
9
  "eos_token_id": 128001,
10
  "head_dim": 64,
11
  "hidden_act": "silu",
@@ -19,21 +19,6 @@
19
  "num_hidden_layers": 16,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
22
- "quantization_config": {
23
- "_load_in_4bit": true,
24
- "_load_in_8bit": false,
25
- "bnb_4bit_compute_dtype": "float16",
26
- "bnb_4bit_quant_storage": "uint8",
27
- "bnb_4bit_quant_type": "nf4",
28
- "bnb_4bit_use_double_quant": true,
29
- "llm_int8_enable_fp32_cpu_offload": false,
30
- "llm_int8_has_fp16_weight": false,
31
- "llm_int8_skip_modules": null,
32
- "llm_int8_threshold": 6.0,
33
- "load_in_4bit": true,
34
- "load_in_8bit": false,
35
- "quant_method": "bitsandbytes"
36
- },
37
  "rms_norm_eps": 1e-05,
38
  "rope_scaling": {
39
  "factor": 8.0,
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "dtype": "float16",
9
  "eos_token_id": 128001,
10
  "head_dim": 64,
11
  "hidden_act": "silu",
 
19
  "num_hidden_layers": 16,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
24
  "factor": 8.0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72999187eae8ee026e4e48d9f8e14461d775f700f8d7a7def0d75a802c7e6ecf
3
- size 1553151895
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b492fe3ea0f116adbecf54030db2d8f29f182ad607c0a381f5b0d123041f601c
3
+ size 2471645464