patrickvonplaten commited on
Commit
593b0d9
1 Parent(s): 6aa91a4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -6,7 +6,6 @@
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 1,
9
- "classifier_proj_size": 256,
10
  "codevector_dim": 1024,
11
  "contrastive_logits_temperature": 0.1,
12
  "conv_bias": true,
@@ -73,6 +72,5 @@
73
  "proj_codevector_dim": 1024,
74
  "torch_dtype": "float32",
75
  "transformers_version": "4.12.0.dev0",
76
- "use_weighted_layer_sum": false,
77
- "vocab_size": 32
78
  }
 
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 1,
 
9
  "codevector_dim": 1024,
10
  "contrastive_logits_temperature": 0.1,
11
  "conv_bias": true,
 
72
  "proj_codevector_dim": 1024,
73
  "torch_dtype": "float32",
74
  "transformers_version": "4.12.0.dev0",
75
+ "use_weighted_layer_sum": false
 
76
  }