{ "_name_or_path": "./tinystarcoder", "activation_function": "gelu_pytorch_tanh", "architectures": [ "GPTBigCodeForCausalLM" ], "attention_softmax_in_fp32": true, "attn_pdrop": 0.1, "bos_token_id": 0, "embd_pdrop": 0.1, "eos_token_id": 0, "inference_runner": 0, "initializer_range": 0.02, "layer_norm_epsilon": 1e-05, "max_batch_size": null, "max_sequence_length": null, "model_type": "gpt_bigcode", "multi_query": true, "n_embd": 768, "n_head": 12, "n_inner": 3072, "n_layer": 20, "n_positions": 8192, "pad_key_length": true, "pre_allocate_kv_cache": false, "quantization_config": { "batch_size": 1, "bits": 4, "block_name_to_quantize": "transformer.h", "damp_percent": 0.1, "dataset": "wikitext2", "desc_act": false, "disable_exllama": false, "group_size": 128, "model_seqlen": 8192, "module_name_preceding_first_block": [ "transformer.wte", "transformer.wpe", "transformer.drop" ], "pad_token_id": null, "quant_method": "gptq", "sym": true, "tokenizer": null, "true_sequential": true, "use_cuda_fp16": true }, "resid_pdrop": 0.1, "scale_attention_softmax_in_fp32": true, "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, "torch_dtype": "float16", "transformers_version": "4.33.1", "use_cache": true, "validate_runner_input": true, "vocab_size": 49152 }