CoolFace
Modelpublic

MartinNav/compliantLLM

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes25downloads
config.json27 linesDownload Raw Back to root
1{2  "architectures": [3    "CompliantLLMModel"4  ],5  "auto_map": {6    "AutoConfig": "configuration_compliant_llm.CompliantLLMConfig",7    "AutoModel": "modeling_compliant_llm.CompliantLLMModel"8  },9  "d_model": 64,10  "dropout": 0.0,11  "ffn_dim": 128,12  "input_vocab_size": 256,13  "max_context": 1024,14  "model_type": "compliant_llm",15  "n_heads": 4,16  "n_layers": 2,17  "output_length": 3,18  "output_tokens": [19    "Sorry, but that question violates GDPR.",20    "<|end_turn|>",21    "<|eos|>"22  ],23  "output_vocab_size": 3,24  "torch_dtype": "float32",25  "transformers_version": "5.14.1"26}27