NEOAI commited on
Commit
dd6b8b4
·
verified ·
1 Parent(s): 1ccda42

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -15,9 +15,9 @@
15
  "vocab_size": 69,
16
  "tokenizer_class": "FinancialFeatureProcessor",
17
  "model_name": "SpaceExploreAI",
18
- "hidden_size": 768,
19
- "num_hidden_layers": 12,
20
- "num_attention_heads": 12,
21
- "max_position_embeddings": 1024,
22
- "model_max_length": 1024
23
  }
 
15
  "vocab_size": 69,
16
  "tokenizer_class": "FinancialFeatureProcessor",
17
  "model_name": "SpaceExploreAI",
18
+ "hidden_size": 256,
19
+ "num_hidden_layers": 4,
20
+ "num_attention_heads": 4,
21
+ "max_position_embeddings": 128,
22
+ "model_max_length": 128
23
  }