Spaces:
Paused
Paused
| manual_seed = 1313 | |
| model_source = 'bert-base-chinese' | |
| window_size = 32 | |
| num_workers = 2 | |
| use_mask = True | |
| use_conditional = True | |
| param_conditional = { | |
| 'bias': True, | |
| 'char-linear': True, | |
| 'pos-linear': False, | |
| 'char+pos-second': True, | |
| } | |
| batch_size = 256 | |
| use_pos = True | |
| param_pos = { | |
| 'weight': 0.1, | |
| 'pos_joint_training': True, | |
| } | |