fxmarty commited on
Commit
dbd817c
1 Parent(s): c5ddb84

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/gpt-j-6b",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTJForCausalLM"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.0,
10
+ "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gptj",
15
+ "n_embd": 4096,
16
+ "n_head": 16,
17
+ "n_inner": null,
18
+ "n_layer": 28,
19
+ "n_positions": 2048,
20
+ "quantization_config": {
21
+ "bits": 4,
22
+ "group_size": 128,
23
+ "modules_to_not_convert": [
24
+ "lm_head"
25
+ ],
26
+ "pack_method": "reorder",
27
+ "quant_method": "awq",
28
+ "version": "gemm",
29
+ "zero_point": false
30
+ },
31
+ "resid_pdrop": 0.0,
32
+ "rotary": true,
33
+ "rotary_dim": 64,
34
+ "scale_attn_weights": true,
35
+ "summary_activation": null,
36
+ "summary_first_dropout": 0.1,
37
+ "summary_proj_to_labels": true,
38
+ "summary_type": "cls_index",
39
+ "summary_use_proj": true,
40
+ "task_specific_params": {
41
+ "text-generation": {
42
+ "do_sample": true,
43
+ "max_length": 50,
44
+ "temperature": 1.0
45
+ }
46
+ },
47
+ "tie_word_embeddings": false,
48
+ "tokenizer_class": "GPT2Tokenizer",
49
+ "torch_dtype": "bfloat16",
50
+ "transformers_version": "4.45.0",
51
+ "use_cache": true,
52
+ "vocab_size": 50400
53
+ }