Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instruction of loading  data
  • Loading branch information
XinyuanRyanYan authored Apr 12, 2023
1 parent 3777055 commit 67798b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ TopoBERT is aimed at NLP practitioners who want to explore the fine-tuning proce
## Requirements
TopoBERT requires python 3.6 and node.js 8.11.0 or higher.

## Data Loading
* Go to repo-root/backend
* Create a folder ```data```
* Download all datasets from https://drive.google.com/drive/folders/1va-BA6DPkWqt5tke7kDM3U8iDh9hJTw-?usp=sharing
* Extract and put the datasets under the foler ```data/```

## Installation
Start the server

Expand All @@ -24,4 +30,4 @@ npm install
npm run dev
```

Open the browser and navigate to the URL provided by the server (typically http://localhost:3000).
Open the browser and navigate to the URL provided by the server (typically http://localhost:3000).

0 comments on commit 67798b4

Please sign in to comment.