|
{ |
|
"_name_or_path": "PygmalionAI/pygmalion-6b", |
|
"activation_function": "gelu_new", |
|
"architectures": [ |
|
"GPTJForCausalLM" |
|
], |
|
"attn_pdrop": 0.0, |
|
"bos_token_id": 50256, |
|
"compression_config": { |
|
"config_groups": { |
|
"group_0": { |
|
"input_activations": { |
|
"block_structure": null, |
|
"dynamic": true, |
|
"group_size": null, |
|
"num_bits": 8, |
|
"observer": "memoryless", |
|
"observer_kwargs": {}, |
|
"strategy": "token", |
|
"symmetric": true, |
|
"type": "float" |
|
}, |
|
"output_activations": null, |
|
"targets": [ |
|
"Linear" |
|
], |
|
"weights": { |
|
"block_structure": null, |
|
"dynamic": false, |
|
"group_size": null, |
|
"num_bits": 8, |
|
"observer": "minmax", |
|
"observer_kwargs": {}, |
|
"strategy": "channel", |
|
"symmetric": true, |
|
"type": "float" |
|
} |
|
} |
|
}, |
|
"format": "float-quantized", |
|
"global_compression_ratio": 1.2120992879625097, |
|
"ignore": [ |
|
"lm_head" |
|
], |
|
"kv_cache_scheme": null, |
|
"quant_method": "compressed-tensors", |
|
"quantization_status": "frozen" |
|
}, |
|
"embd_pdrop": 0.0, |
|
"eos_token_id": 50256, |
|
"gradient_checkpointing": false, |
|
"initializer_range": 0.02, |
|
"layer_norm_epsilon": 1e-05, |
|
"model_type": "gptj", |
|
"n_embd": 4096, |
|
"n_head": 16, |
|
"n_inner": null, |
|
"n_layer": 28, |
|
"n_positions": 2048, |
|
"resid_pdrop": 0.0, |
|
"rotary_dim": 64, |
|
"scale_attn_weights": true, |
|
"summary_activation": null, |
|
"summary_first_dropout": 0.1, |
|
"summary_proj_to_labels": true, |
|
"summary_type": "cls_index", |
|
"summary_use_proj": true, |
|
"task_specific_params": { |
|
"text-generation": { |
|
"do_sample": true, |
|
"max_length": 50, |
|
"temperature": 1.0 |
|
} |
|
}, |
|
"tie_word_embeddings": false, |
|
"tokenizer_class": "GPT2Tokenizer", |
|
"torch_dtype": "bfloat16", |
|
"transformers_version": "4.44.1", |
|
"use_cache": true, |
|
"vocab_size": 50400 |
|
} |
|
|