# ESIM **Repository Path**: algo_coding/ESIM ## Basic Information - **Project Name**: ESIM - **Description**: ESIM model implemented by tensorflow - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction ESIM model ([Qian Chen et al. '16](https://arxiv.org/pdf/1609.06038v3.pdf)) is implemented by tensorflow. The code is modified from https://github.com/lukecq1231/nli # preprocess data ``` shell bash data/fetch_and_preprocess.sh ``` # Trainning the model ``` shell cd scripts/ESIM bash train.sh ```