From 200646a7f06885c5fed08c4cbab65c26b5eb450c Mon Sep 17 00:00:00 2001 From: matteo-grella Date: Mon, 30 Oct 2023 17:51:04 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 096a8a2..4f45adc 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,18 @@ curl -X 'POST' \ Several examples can be leveraged to tour the current NLP capabilities in Cybertron. A list of the demos now follows. -### Machine Translation +### Machine Translation (En -> It) ``` -GOARCH=amd64 CYBERTRON_MODEL=Helsinki-NLP/opus-mt-en-it CYBERTRON_MODELS_DIR=models go run ./examples/textgeneration + +``` +GOARCH=amd64 go run ./examples/textgeneration ``` ### Zero-Shot Text Classification ``` -GOARCH=amd64 CYBERTRON_MODEL=valhalla/distilbart-mnli-12-1 CYBERTRON_MODELS_DIR=models go run ./examples/zeroshotclassification +GOARCH=amd64 go run ./examples/zeroshotclassification politics,business,science,technology,health,culture,sports ``` # Dependencies