atorsvn commited on
Commit
7e647be
1 Parent(s): c2769ac

Upload LlamaForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +52 -0
  2. generation_config.json +7 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.6",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 5632,
13
+ "max_position_embeddings": 2048,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 22,
17
+ "num_key_value_heads": 4,
18
+ "pretraining_tp": 1,
19
+ "quantization_config": {
20
+ "batch_size": 1,
21
+ "bits": 4,
22
+ "block_name_to_quantize": "model.layers",
23
+ "cache_block_outputs": true,
24
+ "damp_percent": 0.1,
25
+ "dataset": "c4",
26
+ "desc_act": false,
27
+ "exllama_config": {
28
+ "version": 1
29
+ },
30
+ "group_size": 128,
31
+ "max_input_length": null,
32
+ "model_seqlen": 2048,
33
+ "module_name_preceding_first_block": [
34
+ "model.embed_tokens"
35
+ ],
36
+ "pad_token_id": null,
37
+ "quant_method": "gptq",
38
+ "sym": true,
39
+ "tokenizer": null,
40
+ "true_sequential": true,
41
+ "use_cuda_fp16": true,
42
+ "use_exllama": true
43
+ },
44
+ "rms_norm_eps": 1e-05,
45
+ "rope_scaling": null,
46
+ "rope_theta": 10000.0,
47
+ "tie_word_embeddings": false,
48
+ "torch_dtype": "float16",
49
+ "transformers_version": "4.35.2",
50
+ "use_cache": false,
51
+ "vocab_size": 32000
52
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.35.2"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d365fa93bf4e641ce1094e26c5f654b860048c8e347ca3a616dd5b8426ed8d14
3
+ size 768148536