recbot_hrnn / config.json
Kevin99z's picture
Upload HRNN
cf83055
{
"_commit_hash": null,
"_name_or_path": "./redial_pipeline/HRNN",
"architectures": [
"HRNN"
],
"checkpoint": "./redial_pipeline/HRNN/pytorch_model.bin",
"conv_bidirectional": false,
"conv_bidrectional": false,
"conversation_encoder_hidden_size": 256,
"conversation_encoder_num_layers": 1,
"moduleName": "HRNN",
"moduleType": "processor",
"sentence_encoder_hidden_size": 256,
"sentence_encoder_model": "princeton-nlp/unsup-simcse-roberta-base",
"sentence_encoder_num_layers": 1,
"torch_dtype": "float32",
"transformers_version": null,
"use_dropout": false,
"use_movie_occurrences": false
}