Skip to content

Commit 9172041

Browse files
authored
Update README.md
1 parent b274af7 commit 9172041

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kaggle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ python retrieve_metadata.py
4141
```
4242

4343
## Add Kaggle datasets information
44-
In teh metadata we retrived, we can sometimes find the description of the datasets used in the notebooks. In this section we want to add more information on these datasets such as the column names, some examples and `df.info()` to get more context on what's happening in the notebook. To do that we download the datasets used in the notebooks using Kaggle API.
44+
In the metadata we retrieved, we can sometimes find the description of the datasets used in the notebooks. In this section we want to add more information on these datasets such as the column names, some examples and `df.info()` to get more context on what's happening in the notebook. To do that we download the datasets used in the notebooks using Kaggle API.
4545

4646
Login to Kaggle with your API Key (see [documentation](https://www.kaggle.com/docs/api)) and run:
4747
```bash
4848
python retreive_dataset.py --total-slices 4000 --ith-slice 0 --get-datainfo --download-data
4949
```
5050

51-
You can find the final Kaggle dataset where we added relevant metadata at [starcoderdata_extras](https://huggingface.co/datasets/HuggingFaceTB/starcoderdata_extras).
51+
You can find the final Kaggle dataset where we added relevant metadata at [starcoderdata_extras](https://huggingface.co/datasets/HuggingFaceTB/starcoderdata_extras).

0 commit comments

Comments
 (0)