# try_bert **Repository Path**: coracoding/try_bert ## Basic Information - **Project Name**: try_bert - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # try bert This project is used for playing with bert https://arxiv.org/pdf/1810.04805.pdf Goal: * understand the source code of bert in https://github.com/google-research/bert * fine tune bert last layer for some specific tasks for windows user, plesae follow the below setps to enlist and set virtual environment * install latest git from https://git-scm.com/downloads * install latest python from https://www.python.org/downloads/windows/ (make sure pip package is installed) * go to C:\Users\%user%\AppData\Local\Programs\Python\Python37\Scripts and run "pip3 install -U pip virtualenv" to install virtualenv * create a folder to enlis the respository. e.g "E:\git\" * go to the above folder and run "git clone https://github.com/tryagain3/try_bert.git" to enlist the repository * run "virtualenv try_bert" to create the virtual environment * run "cd try_bert" to go to that repository * run "scripts\activate" to activate the virtual environment * run "pip install -r requirements.txt" to get the required packages