may-ur08 commited on
Commit
9a97255
·
verified ·
1 Parent(s): 878fd07

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1 +1,9 @@
1
- {"architectures": ["MyTransformerModel"], "vocab_size": 30522, "hidden_size": 768, "num_attention_heads": 12, "num_hidden_layers": 6}
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MyTransformerModel"
4
+ ],
5
+ "model_type": "custom-transformer",
6
+ "vocab_size": 30522,
7
+ "learning_rate": 1e-05,
8
+ "framework": "pytorch"
9
+ }