brocks1234 commited on
Commit
5490dd9
·
verified ·
1 Parent(s): 82a5b91

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
+ "model_type": "bert",
6
+ "torch_dtype": "float32",
7
+ "transformers_version": "4.40.0"
8
+ }