CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-GPTNeoForSequenceClassification

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
config.json41 linesDownload Raw Back to root
1{2  "activation_function": "gelu_new",3  "architectures": [4    "GPTNeoForSequenceClassification"5  ],6  "attention_dropout": 0.0,7  "attention_layers": [8    "global",9    "local",10    "global",11    "local"12  ],13  "attention_types": [14    [15      [16        "global",17        "local"18      ],19      220    ]21  ],22  "bos_token_id": 0,23  "embed_dropout": 0.0,24  "eos_token_id": 0,25  "hidden_size": 32,26  "initializer_range": 0.02,27  "intermediate_size": null,28  "layer_norm_epsilon": 1e-05,29  "max_position_embeddings": 512,30  "model_type": "gpt_neo",31  "num_heads": 4,32  "num_layers": 4,33  "pad_token_id": 1023,34  "resid_dropout": 0.0,35  "torch_dtype": "float32",36  "transformers_version": "4.28.0.dev0",37  "use_cache": true,38  "vocab_size": 1024,39  "window_size": 740}41