!ModelConfig
config_data: !DataConfig
  data_statistics: !DataStatistics
    average_len_target_per_bucket:
    - 3.710516976221449
    - 14.166006600660053
    - 22.989898989898958
    - 31.842636692703312
    - 40.3883615352868
    - 48.828224582700926
    - 57.59316926167754
    - 65.76065891472874
    - 74.46880570409988
    - 79.82641509433961
    - 83.53846153846153
    buckets:
    - !!python/tuple
      - 10
      - 10
    - !!python/tuple
      - 20
      - 20
    - !!python/tuple
      - 30
      - 30
    - !!python/tuple
      - 40
      - 40
    - !!python/tuple
      - 50
      - 50
    - !!python/tuple
      - 60
      - 60
    - !!python/tuple
      - 70
      - 70
    - !!python/tuple
      - 80
      - 80
    - !!python/tuple
      - 90
      - 90
    - !!python/tuple
      - 100
      - 100
    - !!python/tuple
      - 101
      - 101
    length_ratio_mean: 1.0027660471729365
    length_ratio_std: 0.356854336169928
    max_observed_len_source: 101
    max_observed_len_target: 99
    num_discarded: 127
    num_sents: 49502
    num_sents_per_bucket:
    - 25359
    - 3030
    - 3861
    - 5249
    - 4846
    - 3295
    - 1991
    - 1032
    - 561
    - 265
    - 13
    num_tokens_source: 1081988
    num_tokens_target: 996085
    num_unks_source: 452
    num_unks_target: 145
    size_vocab_source: 4004
    size_vocab_target: 4004
  max_seq_len_source: 101
  max_seq_len_target: 101
  num_source_factors: 1
  source_with_eos: true
config_decoder: !TransformerConfig
  act_type: relu
  attention_heads: 8
  conv_config: null
  dropout_act: 0.1
  dropout_attention: 0.1
  dropout_prepost: 0.1
  dtype: float32
  feed_forward_num_hidden: 1024
  lhuc: false
  max_seq_len_source: 101
  max_seq_len_target: 101
  model_size: 512
  num_layers: 4
  positional_embedding_type: fixed
  postprocess_sequence: dr
  preprocess_sequence: n
  use_lhuc: false
config_embed_source: !EmbeddingConfig
  dropout: 0.0
  dtype: float32
  factor_configs: null
  num_embed: 512
  num_factors: 1
  source_factors_combine: concat
  vocab_size: 4004
config_embed_target: !EmbeddingConfig
  dropout: 0.0
  dtype: float32
  factor_configs: null
  num_embed: 512
  num_factors: 1
  source_factors_combine: concat
  vocab_size: 4004
config_encoder: !TransformerConfig
  act_type: relu
  attention_heads: 8
  conv_config: null
  dropout_act: 0.1
  dropout_attention: 0.1
  dropout_prepost: 0.1
  dtype: float32
  feed_forward_num_hidden: 1024
  lhuc: false
  max_seq_len_source: 101
  max_seq_len_target: 101
  model_size: 512
  num_layers: 4
  positional_embedding_type: fixed
  postprocess_sequence: dr
  preprocess_sequence: n
  use_lhuc: false
config_loss: !LossConfig
  label_smoothing: 0.1
  name: cross-entropy
  normalization_type: valid
  vocab_size: 4004
lhuc: false
vocab_source_size: 4004
vocab_target_size: 4004
weight_normalization: false
weight_tying: false
weight_tying_type: null
