toind commited on
Commit
3ce283b
·
verified ·
1 Parent(s): 2bf5d65

Create mytest/config.json

Browse files
Files changed (1) hide show
  1. mytest/config.json +12 -0
mytest/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CustomModel"
4
+ ],
5
+ "hidden_size": 768,
6
+ "model_type": "custom_model",
7
+ "num_attention_heads": 12,
8
+ "num_hidden_layers": 12,
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.41.2",
11
+ "vocab_size": 30522
12
+ }