Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petersapountzis committed May 1, 2024
1 parent 7e05a15 commit 3b551ab
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,27 @@ This project aims to build an interactive web application that allows users to i
```

Navigate to `http://127.0.0.1:5000/` in your web browser to access the application.

**Alternatively, use the command-line interface (CLI) for specific tasks:**

### Training the Model

To download the MNLI dataset and train the NLI model, run the following commands:

```bash
nlp dl-data
nlp train
```

### To explore the Model

```bash
nlp predict "premise sentence" "hypothesis sentence"
nlp stats
```

### To launch the Web Application

```bash
nlp web
```

0 comments on commit 3b551ab

Please sign in to comment.