| { |
| "_name_or_path": "aubmindlab/aragpt2-large", |
| "activation_function": "gelu_new", |
| "architectures": [ |
| "AraGPT2LMHeadModel" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "attn_pdrop": 0.1, |
| "auto_map": { |
| "AutoConfig": "aubmindlab/aragpt2-large--configuration_aragpt2.AraGPT2Config", |
| "AutoModel": "aubmindlab/aragpt2-large--modeling_aragpt2.AraGPT2Model", |
| "AutoModelForCausalLM": "aubmindlab/aragpt2-large--modeling_aragpt2.AraGPT2LMHeadModel" |
| }, |
| "bos_token_id": 0, |
| "embd_pdrop": 0.1, |
| "eos_token_id": 0, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "initializer_range": 0.014142135623731, |
| "intermediate_size": 5120, |
| "layer_norm_epsilon": 1e-05, |
| "model_type": "gpt2", |
| "n_ctx": 1024, |
| "n_embd": 1280, |
| "n_head": 20, |
| "n_inner": null, |
| "n_layer": 36, |
| "n_positions": 1024, |
| "reorder_and_upcast_attn": false, |
| "resid_pdrop": 0.1, |
| "scale_attn_by_inverse_layer_idx": false, |
| "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, |
| "no_repeat_ngram_size": 3, |
| "num_beams": 5, |
| "repetition_penalty": 3.0, |
| "top_p": 0.95 |
| } |
| }, |
| "tokenizer_class": "GPT2Tokenizer", |
| "torch_dtype": "float32", |
| "transformers_version": "4.42.4", |
| "use_cache": true, |
| "vocab_size": 65868 |
| } |
|
|