danielhanchen commited on
Commit
49b80a7
1 Parent(s): 25d4c72

Upload config

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +5 -3
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  language:
3
  - en
4
- license: apache-2.0
5
  library_name: transformers
 
6
  tags:
7
  - unsloth
8
  - transformers
 
1
  ---
2
  language:
3
  - en
 
4
  library_name: transformers
5
+ license: apache-2.0
6
  tags:
7
  - unsloth
8
  - transformers
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/gemma-1.1-7b-it",
3
  "architectures": [
4
  "GemmaForCausalLM"
5
  ],
@@ -8,7 +8,7 @@
8
  "bos_token_id": 2,
9
  "eos_token_id": 1,
10
  "head_dim": 256,
11
- "hidden_act": "gelu",
12
  "hidden_activation": "gelu_pytorch_tanh",
13
  "hidden_size": 3072,
14
  "initializer_range": 0.02,
@@ -23,6 +23,7 @@
23
  "_load_in_4bit": true,
24
  "_load_in_8bit": false,
25
  "bnb_4bit_compute_dtype": "bfloat16",
 
26
  "bnb_4bit_quant_type": "nf4",
27
  "bnb_4bit_use_double_quant": true,
28
  "llm_int8_enable_fp32_cpu_offload": false,
@@ -36,7 +37,8 @@
36
  "rms_norm_eps": 1e-06,
37
  "rope_theta": 10000.0,
38
  "torch_dtype": "bfloat16",
39
- "transformers_version": "4.38.2",
 
40
  "use_cache": true,
41
  "vocab_size": 256000
42
  }
 
1
  {
2
+ "_name_or_path": "unsloth/gemma-1.1-7b-it",
3
  "architectures": [
4
  "GemmaForCausalLM"
5
  ],
 
8
  "bos_token_id": 2,
9
  "eos_token_id": 1,
10
  "head_dim": 256,
11
+ "hidden_act": "gelu_pytorch_tanh",
12
  "hidden_activation": "gelu_pytorch_tanh",
13
  "hidden_size": 3072,
14
  "initializer_range": 0.02,
 
23
  "_load_in_4bit": true,
24
  "_load_in_8bit": false,
25
  "bnb_4bit_compute_dtype": "bfloat16",
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,
 
37
  "rms_norm_eps": 1e-06,
38
  "rope_theta": 10000.0,
39
  "torch_dtype": "bfloat16",
40
+ "transformers_version": "4.44.0",
41
+ "unsloth_version": "2024.8",
42
  "use_cache": true,
43
  "vocab_size": 256000
44
  }