ybelkada HF staff commited on
Commit
f03b6ec
1 Parent(s): 23614d8

add architecture

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "apply_residual_connection_post_layernorm": false,
3
  "attention_dropout": 0.0,
 
 
 
4
  "attention_softmax_in_fp32": true,
5
  "bias_dropout_fusion": true,
6
  "bos_token_id": 1,
1
  {
2
  "apply_residual_connection_post_layernorm": false,
3
  "attention_dropout": 0.0,
4
+ "architectures": [
5
+ "BloomModel"
6
+ ],
7
  "attention_softmax_in_fp32": true,
8
  "bias_dropout_fusion": true,
9
  "bos_token_id": 1,