From 8f789ed999240977ab1ab11b406aea787111d4a6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:06:24 -0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09467bb2..3debfa54 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Hugging Face is the main place to download models. These are some of my favorite The files that you need to download are the json, txt, and pytorch\*.bin files. The remaining files are not necessary. -For your convenience, you can automatically download a model from HF using the script download-model.py. Its usage is very simple: +For your convenience, you can automatically download a model from HF using the script `download-model.py`. Its usage is very simple: python download-model.py organization/model @@ -71,7 +71,7 @@ Then browse to #### Command-line flags -* `--model MODEL`: load this model by default. +`--model model-name`: load this model by default. ## Presets