RstPointerParserTrainArgs

class RstPointerParserTrainArgs(train_data_dir: str, test_data_dir: str, save_dir: str, gpu_id: int = 0, elmo_size: str = 'Large', batch_size: int = 64, hidden_size: int = 64, num_rnn_layers: int = 6, dropout_e: float = 0.33, dropout_d: float = 0.5, dropout_c: float = 0.5, input_is_word: bool = True, atten_model: str = 'Dotproduct', classifier_input_size: int = 64, classifier_hidden_size: int = 64, classifier_bias: bool = True, seed: int = 550, epochs: int = 300, lr: float = 0.001, lr_decay_epoch: int = 10, weight_decay: float = 0.0005, highorder: bool = True)[source]