File size: 1,143 Bytes
4ee7109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
command:
  - python3
  - ${program}
  - --use_auth_token
  - --do_eval
  - --group_by_length
  - --overwrite_output_dir
  - --fp16
  - --do_lower_case
  - --do_eval
  - --do_train
  - --fuse_loss_wer
  - ${args}
method: grid
metric:
  goal: minimize
  name: train/train_loss
parameters:
  config_path:
    value: conf/conformer_transducer_bpe_xlarge.yaml
  dataset_config_name:
    value: clean
  dataset_name:
    value: librispeech_asr
  max_steps:
    value: 50
  model_name_or_path:
    value: stt_en_conformer_transducer_xlarge
  output_dir:
    value: ./sweep_output_dir
  gradient_accumulation_steps:
    values:
      - 1
      - 2
  per_device_train_batch_size:
    values:
      - 8
      - 16
  fused_batch_size:
    values:
      - 4
      - 8
      - 16
  per_device_eval_batch_size:
    value: 4
  preprocessing_num_workers:
    value: 1
  train_split_name:
    value: train.100[:500]
  eval_split_name:
    value: validation[:100]
  tokenizer_path:
    value: tokenizer
  vocab_size:
    value: 1024
  wandb_project:
    value: rnnt-debug
  logging_steps:
    value: 5
program: run_speech_recognition_rnnt.py
project: rnnt-debug