| { | |
| "architectures": [ | |
| "GLMForSequenceClassification" | |
| ], | |
| "attention_dropout_prob": 0.1, | |
| "attention_scale": 1.0, | |
| "auto_map": { | |
| "AutoConfig": "configuration_glm.EnzymeGLMConfig", | |
| "AutoModel": "modeling_glm.GLMModel", | |
| "AutoModelForSequenceClassification": "modeling_glm.GLMForSequenceClassification" | |
| }, | |
| "block_position_encoding": true, | |
| "checkpoint_activations": false, | |
| "checkpoint_num_layers": 1, | |
| "classifier_dropout": 0.1, | |
| "embedding_dropout_prob": 0.1, | |
| "hidden_size": 1024, | |
| "id2label": { | |
| "0": "LABEL_0" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "LABEL_0": 0 | |
| }, | |
| "max_sequence_length": 1024, | |
| "model_type": "Enzyme-GLM", | |
| "num_attention_heads": 16, | |
| "num_labels": 1, | |
| "num_layers": 24, | |
| "output_dropout_prob": 0.1, | |
| "output_predict": false, | |
| "parallel_output": true, | |
| "pool_token": "cls", | |
| "relative_encoding": false, | |
| "spell_func": "lstm", | |
| "spell_length": null, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.33.2", | |
| "vocab_size": 128 | |
| } | |