SebastianSchramm
commited on
Commit
·
52e34df
1
Parent(s):
83f4d77
Upload model
Browse files- config.json +54 -0
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SebastianSchramm/Cerebras-GPT-111M-instruction",
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.0,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"layer_norm_epsilon": 1e-05,
|
13 |
+
"model_type": "gpt2",
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": 3072,
|
17 |
+
"n_layer": 10,
|
18 |
+
"n_positions": 2048,
|
19 |
+
"quantization_config": {
|
20 |
+
"batch_size": 1,
|
21 |
+
"bits": 4,
|
22 |
+
"block_name_to_quantize": "transformer.h",
|
23 |
+
"damp_percent": 0.1,
|
24 |
+
"dataset": "c4",
|
25 |
+
"desc_act": false,
|
26 |
+
"disable_exllama": false,
|
27 |
+
"group_size": 128,
|
28 |
+
"model_seqlen": 2048,
|
29 |
+
"module_name_preceding_first_block": [
|
30 |
+
"transformer.wte",
|
31 |
+
"transformer.wpe",
|
32 |
+
"transformer.drop"
|
33 |
+
],
|
34 |
+
"pad_token_id": null,
|
35 |
+
"quant_method": "gptq",
|
36 |
+
"sym": true,
|
37 |
+
"tokenizer": null,
|
38 |
+
"true_sequential": true,
|
39 |
+
"use_cuda_fp16": true
|
40 |
+
},
|
41 |
+
"reorder_and_upcast_attn": false,
|
42 |
+
"resid_pdrop": 0.0,
|
43 |
+
"scale_attn_by_inverse_layer_idx": false,
|
44 |
+
"scale_attn_weights": true,
|
45 |
+
"summary_activation": null,
|
46 |
+
"summary_first_dropout": 0.1,
|
47 |
+
"summary_proj_to_labels": true,
|
48 |
+
"summary_type": "cls_index",
|
49 |
+
"summary_use_proj": true,
|
50 |
+
"torch_dtype": "float16",
|
51 |
+
"transformers_version": "4.33.0.dev0",
|
52 |
+
"use_cache": true,
|
53 |
+
"vocab_size": 50258
|
54 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.33.0.dev0"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b211ee0afb4db460449f4115563ed3257f6d03062807a6c813fcf460c47331f
|
3 |
+
size 117611357
|