anto18671 commited on
Commit
9c755c8
·
verified ·
1 Parent(s): 24ca3a9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_type": "lumenspark",
3
- "architectures": ["LumensparkForCausalLM"],
4
  "vocab_size": 50257,
5
  "embed_dim": 768,
6
  "auto_map": {
7
  "AutoConfig": "anto18671/lumenspark--configuration_lumenspark.LumensparkConfig",
8
- "AutoModelForCausalLM": "anto18671/lumenspark--modeling_lumenspark.LumensparkForCausalLM"
9
  },
10
  "tokenizer_class": "GPT2Tokenizer",
11
  "depth": 8,
 
1
  {
2
  "model_type": "lumenspark",
3
+ "architectures": ["LumensparkModel"],
4
  "vocab_size": 50257,
5
  "embed_dim": 768,
6
  "auto_map": {
7
  "AutoConfig": "anto18671/lumenspark--configuration_lumenspark.LumensparkConfig",
8
+ "AutoModelForCausalLM": "anto18671/lumenspark--modeling_lumenspark.LumensparkModel"
9
  },
10
  "tokenizer_class": "GPT2Tokenizer",
11
  "depth": 8,