From 4f0e261d11d41ca62ce09204716338889b7800f4 Mon Sep 17 00:00:00 2001 From: Niklas Muennighoff Date: Mon, 21 Aug 2023 09:32:03 +0200 Subject: [PATCH] Fix cmd --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a1627a..f620dcd 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,7 @@ accelerate launch main.py \ accelerate launch main.py \ --model bigcode/octocoder \ ---tasks humanevalexplaindescribe-python \ ---generation_only \ +--tasks humanevalexplainsynthesize-python \ --do_sample True \ --temperature 0.2 \ --n_samples 1 \