DocPereira commited on
Commit
8464cbf
·
verified ·
1 Parent(s): b1d38c3

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PealV4LHPForCausalLM"
4
+ ],
5
+ "model_type": "peal-v4-lhp-audit",
6
+ "attention_bias": false,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_size": 4096,
10
+ "num_attention_heads": 32,
11
+ "num_hidden_layers": 32,
12
+ "vocab_size": 32000,
13
+ "author": "Dr. Luís Henrique Leonardo Pereira",
14
+ "compliance_standard": "ISO_42001",
15
+ "audit_level": "L0_Root",
16
+ "system_fingerprint": "LHP_ZERO_ENTROPY_V4"
17
+ }