"docs/vscode:/vscode.git/clone" did not exist on "81cd655cabda42147ec6205afafb5a90abc5ada8"
Unverified Commit 8ef3f365 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

fix typos (#12757)

parent c07334c1
...@@ -52,7 +52,7 @@ model.save_pretrained("gpt-neo-1.3B") ...@@ -52,7 +52,7 @@ model.save_pretrained("gpt-neo-1.3B")
### Train Model ### Train Model
```bash ```bash
python run_pjit_clm.py \ python run_clm_mp.py \
--model_name_or_path gpt-neo-1.3B \ --model_name_or_path gpt-neo-1.3B \
--tokenizer_name gpt2 \ --tokenizer_name gpt2 \
--dataset_name wikitext --dataset_config_name wikitext-2-raw-v1 \ --dataset_name wikitext --dataset_config_name wikitext-2-raw-v1 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment