Mihir1108 commited on
Commit
3813040
·
1 Parent(s): 71d8d4d

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Mihir1108/llm4",
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": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "max_position_embeddings": 4096,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 32,
18
+ "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
+ "quantization_config": {
21
+ "batch_size": 1,
22
+ "bits": 4,
23
+ "block_name_to_quantize": "model.layers",
24
+ "damp_percent": 0.1,
25
+ "dataset": [
26
+ "Mihir1108/llm4"
27
+ ],
28
+ "desc_act": false,
29
+ "disable_exllama": false,
30
+ "group_size": 128,
31
+ "max_input_length": null,
32
+ "model_seqlen": 4096,
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
+ },
43
+ "rms_norm_eps": 1e-05,
44
+ "rope_scaling": null,
45
+ "rope_theta": 10000.0,
46
+ "tie_word_embeddings": false,
47
+ "torch_dtype": "float16",
48
+ "transformers_version": "4.34.1",
49
+ "use_cache": true,
50
+ "vocab_size": 32000
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3167750fd04fbc7be4c9d5a96829a57c2e5fd2ae47263bb21c05106f86abd60f
3
+ size 3896979857