CoolFace
Modelpublic

BytesTalk/PersonaMini-1-small

sourceHugging Facemitupdated 2mo agoView on Hugging Face
1likes142downloads
config.json36 linesDownload Raw Back to root
1{
2  "activation_function": "gelu",
3  "add_cross_attention": false,
4  "architectures": [
5    "GPT2LMHeadModel"
6  ],
7  "attn_pdrop": 0.0,
8  "bos_token_id": 50256,
9  "dtype": "float32",
10  "embd_pdrop": 0.0,
11  "eos_token_id": 50256,
12  "initializer_range": 0.02,
13  "layer_norm_epsilon": 1e-05,
14  "model_type": "gpt2",
15  "n_ctx": 256,
16  "n_embd": 384,
17  "n_head": 6,
18  "n_inner": 768,
19  "n_layer": 8,
20  "n_positions": 256,
21  "pad_token_id": null,
22  "reorder_and_upcast_attn": false,
23  "resid_pdrop": 0.0,
24  "scale_attn_by_inverse_layer_idx": false,
25  "scale_attn_weights": true,
26  "summary_activation": null,
27  "summary_first_dropout": 0.1,
28  "summary_proj_to_labels": true,
29  "summary_type": "cls_index",
30  "summary_use_proj": true,
31  "tie_word_embeddings": true,
32  "transformers_version": "5.9.0",
33  "use_cache": true,
34  "vocab_size": 50257
35}
36