NoteOnMe博客平台搭建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
395 B

  1. {
  2. "export_name": "model.json",
  3. "encoder_cnn": "vanilla",
  4. "positional_embeddings": true,
  5. "attn_cell_config": {
  6. "cell_type": "lstm",
  7. "num_units": 512,
  8. "dim_e" : 512,
  9. "dim_o" : 512,
  10. "dim_embeddings": 80
  11. },
  12. "decoding": "beam_search",
  13. "beam_size": 5,
  14. "div_gamma": 1,
  15. "div_prob": 0,
  16. "max_length_formula": 150
  17. }