Hello
i was try to use GPT2Small model with command
onmt-main --model_type GPT2Small --config data.yml --auto_config train --with_eval
i found error:
AttributeError: ‘LanguageModelInputter’ object has no attribute ‘features_inputter’
my data.yml
model_dir: run/
data:
train_features_file: data/src-train.txt
train_labels_file: data/tgt-train.txt
eval_features_file: data/src-val.txt
eval_labels_file: data/tgt-val.txt
vocabulary: data/src-vocab.txt
target_vocabulary: data/tgt-vocab.txttrain:
max_step: 10000