Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,22 @@ Only leaf folders contain the following files:
|
|
| 34 |
|
| 35 |
#### `summary.txt`
|
| 36 |
- Summary of the legal document
|
| 37 |
-
- Written in Greek
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
#### `summary.txt`
|
| 36 |
- Summary of the legal document
|
| 37 |
+
- Written in Greek
|
| 38 |
+
|
| 39 |
+
# How to download the data
|
| 40 |
+
|
| 41 |
+
Use the provided download_script.py to pull the data to your local machine. This ensures the directory structure is preserved and only the necessary files are downloaded.
|
| 42 |
+
|
| 43 |
+
### Prerequisites
|
| 44 |
+
|
| 45 |
+
Ensure you have the huggingface_hub library installed:
|
| 46 |
+
|
| 47 |
+
pip install huggingface_hub
|
| 48 |
+
|
| 49 |
+
### Usage
|
| 50 |
+
|
| 51 |
+
Run the following command in your terminal to download the files/ folder and the dataset_metadata.csv:
|
| 52 |
+
|
| 53 |
+
python download_script.py
|
| 54 |
+
|
| 55 |
+
The script will create a local directory named greek_eur_lex_sum (or your chosen path) containing eudocV6 data folder
|