jwieting commited on
Commit
b4d6c2a
1 Parent(s): 349a12b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "embedding_size": 1024,
3
  "torch_dtype": "float32",
 
4
  "transformers_version": "4.24.0",
5
  "vocab_size": 82983
6
  }
 
1
  {
2
  "embedding_size": 1024,
3
  "torch_dtype": "float32",
4
+ "model_type": "simple_avg",
5
  "transformers_version": "4.24.0",
6
  "vocab_size": 82983
7
  }