esuriddick commited on
Commit
04d5c0d
1 Parent(s): 4b6bccc

Corrected an extra space on the field model_type

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -45,7 +45,7 @@
45
  },
46
  "max_decoder_position_embeddings": 1024,
47
  "max_encoder_position_embeddings": 16384,
48
- "model_type": "led",
49
  "num_hidden_layers": 6,
50
  "pad_token_id": 1,
51
  "torch_dtype": "float32",
 
45
  },
46
  "max_decoder_position_embeddings": 1024,
47
  "max_encoder_position_embeddings": 16384,
48
+ "model_type": "led",
49
  "num_hidden_layers": 6,
50
  "pad_token_id": 1,
51
  "torch_dtype": "float32",