CoolFace
Modelpublic

sshleifer/tiny-ctrl

sourceHugging Faceupdated 6y agoView on Hugging Face
0likes2.3kdownloads
config.json31 linesDownload Raw Back to root
1{2  "architectures": [3    "CTRLLMHeadModel"4  ],5  "attn_pdrop": 0.1,6  "dff": 2,7  "embd_pdrop": 0.1,8  "from_tf": false,9  "id2label": {10    "0": "LABEL_0"11  },12  "initializer_range": 0.02,13  "label2id": {14    "LABEL_0": 015  },16  "layer_norm_epsilon": 1e-06,17  "model_type": "ctrl",18  "n_ctx": 128,19  "n_embd": 16,20  "n_head": 2,21  "n_layer": 2,22  "n_positions": 50000,23  "resid_pdrop": 0.1,24  "summary_activation": null,25  "summary_first_dropout": 0.1,26  "summary_proj_to_labels": true,27  "summary_type": "cls_index",28  "summary_use_proj": true,29  "vocab_size": 24653430}31