atorsvn commited on
Commit
b0f2372
1 Parent(s): 44893e5

Upload model

Browse files
Files changed (3) hide show
  1. config.json +61 -0
  2. generation_config.json +7 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MBZUAI/LaMini-GPT-124M",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "quantization_config": {
21
+ "batch_size": 1,
22
+ "bits": 4,
23
+ "block_name_to_quantize": "transformer.h",
24
+ "damp_percent": 0.1,
25
+ "dataset": "wikitext2",
26
+ "desc_act": false,
27
+ "disable_exllama": false,
28
+ "group_size": 128,
29
+ "model_seqlen": 1024,
30
+ "module_name_preceding_first_block": [
31
+ "transformer.wte",
32
+ "transformer.wpe",
33
+ "transformer.drop"
34
+ ],
35
+ "pad_token_id": null,
36
+ "quant_method": "gptq",
37
+ "sym": true,
38
+ "tokenizer": null,
39
+ "true_sequential": true,
40
+ "use_cuda_fp16": true
41
+ },
42
+ "reorder_and_upcast_attn": false,
43
+ "resid_pdrop": 0.1,
44
+ "scale_attn_by_inverse_layer_idx": false,
45
+ "scale_attn_weights": true,
46
+ "summary_activation": null,
47
+ "summary_first_dropout": 0.1,
48
+ "summary_proj_to_labels": true,
49
+ "summary_type": "cls_index",
50
+ "summary_use_proj": true,
51
+ "task_specific_params": {
52
+ "text-generation": {
53
+ "do_sample": true,
54
+ "max_length": 50
55
+ }
56
+ },
57
+ "torch_dtype": "float16",
58
+ "transformers_version": "4.32.1",
59
+ "use_cache": false,
60
+ "vocab_size": 50258
61
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.32.1",
6
+ "use_cache": false
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67cdaaa94c3f586e99985b76c24180a73b46c81da20fed6eb61af893980e38a0
3
+ size 123491613