Browse Source

fix some typos in downloading alpaca_dataset (#98)

Hamid Shojanazeri 1 năm trước cách đây
mục cha
commit
b5e83de516
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      docs/multi_gpu.md
  2. 1 1
      docs/single_gpu.md

+ 1 - 1
docs/multi_gpu.md

@@ -75,7 +75,7 @@ Currently 4 datasets are supported that can be found in [Datasets config file](.
 * `alpaca_dataset` : to get this open source data please download the `aplaca.json` to `ft_dataset` folder.
 
 ```bash
-wget -P ft_dataset https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json
+wget -P ft_datasets https://raw.githubusercontent.com/tatsu-lab/stanford_alpaca/main/alpaca_data.json
 ```
 
 * `samsum_dataset`

+ 1 - 1
docs/single_gpu.md

@@ -47,7 +47,7 @@ Currently 4 datasets are supported that can be found in [Datasets config file](.
 * `alpaca_dataset` : to get this open source data please download the `aplaca.json` to `ft_dataset` folder.
 
 ```bash
-wget -P ft_dataset https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json
+wget -P ft_datasets https://raw.githubusercontent.com/tatsu-lab/stanford_alpaca/main/alpaca_data.json
 ```
 
 * `samsum_dataset`