Skip to content

Commit

Permalink
Merge pull request #33 from ErikPelli/ErikPelli-improve-readme
Browse files Browse the repository at this point in the history
Improve README documentation
  • Loading branch information
matteo-grella authored Oct 31, 2023
2 parents 098ac25 + ccd8b5e commit 0fdd4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ echo "CYBERTRON_MODEL_TASK=text-generation" >> .env
and execute the following command:

```console
GOARCH=amd64 go run ./cmd/server
GOARCH=amd64 go run ./cmd/server -address 0.0.0.0:8080
```

To test the server, run:
Expand All @@ -119,7 +119,7 @@ GOARCH=amd64 go run ./examples/textgeneration
```

### Zero-Shot Text Classification

⚠️ If the model specified in `.env` file is not compatible, an error will be returned. In this case, remove the specified model from the configuration file, so the default one will be used.
```
GOARCH=amd64 go run ./examples/zeroshotclassification politics,business,science,technology,health,culture,sports
```
Expand Down

0 comments on commit 0fdd4d2

Please sign in to comment.