!ModelConfig
config_data: !DataConfig
  data_statistics: !DataStatistics
    average_len_target_per_bucket:
    - 4.813039642866689
    - 13.949350729275602
    - 23.0417376153329
    - 31.88282190132344
    - 40.33015375469491
    - 48.61498222240396
    - 57.026589283304176
    - 66.0245659619698
    - 73.95741405849162
    - 79.37449879711299
    - 81.1315789473684
    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.01546307216285
    length_ratio_std: 0.3326951234900122
    max_observed_len_source: 101
    max_observed_len_target: 101
    num_discarded: 490
    num_sents: 273180
    num_sents_per_bucket:
    - 37409
    - 48747
    - 50506
    - 46536
    - 37007
    - 24469
    - 14818
    - 8467
    - 3898
    - 1247
    - 76
    num_tokens_source: 8298925
    num_tokens_target: 7987025
    num_unks_source: 5593
    num_unks_target: 1048
    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: 256
  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: 256
  num_factors: 1
  source_factors_combine: concat
  vocab_size: 4004
config_embed_target: !EmbeddingConfig
  dropout: 0.0
  dtype: float32
  factor_configs: null
  num_embed: 256
  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: 256
  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
