jwlarocque commited on
Commit
323f58f
·
verified ·
1 Parent(s): 2013671

Remove excess layer_types from config

Browse files

Previously inference would fail with `ValueError: 'num_hidden_layers' (16) must be equal to the number of layer types (28)`

With the change the output seems coherent, so I assume this is the intended configuration.

Files changed (1) hide show
  1. config.json +0 -12
config.json CHANGED
@@ -56,18 +56,6 @@
56
  "full_attention",
57
  "full_attention",
58
  "full_attention",
59
- "full_attention",
60
- "full_attention",
61
- "full_attention",
62
- "full_attention",
63
- "full_attention",
64
- "full_attention",
65
- "full_attention",
66
- "full_attention",
67
- "full_attention",
68
- "full_attention",
69
- "full_attention",
70
- "full_attention",
71
  "full_attention"
72
  ],
73
  "max_position_embeddings": 32768,
 
56
  "full_attention",
57
  "full_attention",
58
  "full_attention",
 
 
 
 
 
 
 
 
 
 
 
 
59
  "full_attention"
60
  ],
61
  "max_position_embeddings": 32768,