hyanwang commited on
Commit
5a34c08
·
verified ·
1 Parent(s): d4ae853

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "bert-base-chinese",
3
+ "max_length": 256,
4
+ "batch_size": 4,
5
+ "learning_rate": 2e-05
6
+ }