CoolFace
Modelpublic

Tim13ekd/HTML5-Willy-small1

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes19downloads
config.json46 linesDownload Raw Back to root
1{2  "_num_labels": 1,3  "activation_function": "gelu_new",4  "architectures": [5    "GPT2LMHeadModel"6  ],7  "attn_pdrop": 0.1,8  "bos_token_id": 50256,9  "dtype": "float32",10  "embd_pdrop": 0.1,11  "eos_token_id": 50256,12  "id2label": {13    "0": "LABEL_0"14  },15  "initializer_range": 0.02,16  "label2id": {17    "LABEL_0": 018  },19  "layer_norm_epsilon": 1e-05,20  "model_type": "gpt2",21  "n_ctx": 1024,22  "n_embd": 768,23  "n_head": 12,24  "n_inner": null,25  "n_layer": 6,26  "n_positions": 1024,27  "reorder_and_upcast_attn": false,28  "resid_pdrop": 0.1,29  "scale_attn_by_inverse_layer_idx": false,30  "scale_attn_weights": true,31  "summary_activation": null,32  "summary_first_dropout": 0.1,33  "summary_proj_to_labels": true,34  "summary_type": "cls_index",35  "summary_use_proj": true,36  "task_specific_params": {37    "text-generation": {38      "do_sample": true,39      "max_length": 5040    }41  },42  "transformers_version": "4.57.6",43  "use_cache": true,44  "vocab_size": 5025745}46