kargaranamir commited on
Commit
33cc056
1 Parent(s): 9aefe79

fix address.

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6451,7 +6451,7 @@ We release our pipeline as open-source at [https://github.com/cisnlp/GlotCC](htt
6451
  Replace `eng-Latn` with your specific language.
6452
 
6453
  ```python
6454
- ! pip install datasets
6455
  ```
6456
 
6457
  ```python
@@ -6466,7 +6466,7 @@ print(dataset['train'][0]) # First row of eng-Latn
6466
  If you prefer not to use the Hugging Face dataloader or are interested in a specific language, you can download it directly. For example, to download the first file of `eng-Latn`:
6467
 
6468
  ```python
6469
- !wget https://huggingface.co/datasets/cis-lmu/GlotCC-V1/blob/main/v1.0/eng-Latn/eng-Latn_0.parquet
6470
  ```
6471
 
6472
  Then you can load it with any library that supports Parquet files, such as Pandas:
 
6451
  Replace `eng-Latn` with your specific language.
6452
 
6453
  ```python
6454
+ !pip install datasets
6455
  ```
6456
 
6457
  ```python
 
6466
  If you prefer not to use the Hugging Face dataloader or are interested in a specific language, you can download it directly. For example, to download the first file of `eng-Latn`:
6467
 
6468
  ```python
6469
+ !wget https://huggingface.co/datasets/cis-lmu/GlotCC-V1/resolve/main/v1.0/eng-Latn/eng-Latn_0.parquet
6470
  ```
6471
 
6472
  Then you can load it with any library that supports Parquet files, such as Pandas: