From ccaa1db0e360e704ef56ac42dfebeca6ddc4db50 Mon Sep 17 00:00:00 2001 From: AK Date: Tue, 11 Jul 2023 18:23:38 +0800 Subject: [PATCH] Update LOCAL.md modify the command from "python3.8" -> "python" --- LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index 3a14d6c..137fd9c 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -94,7 +94,7 @@ 10. Process all text data. If you choose to add auxiliary data, run `python preprocess_v2.py --add_auxiliary_data True --languages "{PRETRAINED_MODEL}"` - If not, run `python3.8 preprocess_v2.py --languages "{PRETRAINED_MODEL}"` + If not, run `python preprocess_v2.py --languages "{PRETRAINED_MODEL}"` Do replace `"{PRETRAINED_MODEL}"` with one of `{CJ, CJE, C}` according to your previous model choice. 11. Start Training.