Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,11 +42,14 @@ configs:
|
|
42 |
|
43 |
1. Highly recommend downloading it via the API:
|
44 |
|
|
|
45 |
curl -X GET "https://datasets-server.huggingface.co/first-rows?dataset=unimelb-nlp%2FMulti-EuP&config=default&split=train"
|
|
|
46 |
|
47 |
2. If you are using the HuggingFace library, please follow these steps:
|
48 |
-
|
49 |
pip install datasets
|
|
|
50 |
|
51 |
from datasets import load_dataset
|
52 |
|
|
|
42 |
|
43 |
1. Highly recommend downloading it via the API:
|
44 |
|
45 |
+
```bash
|
46 |
curl -X GET "https://datasets-server.huggingface.co/first-rows?dataset=unimelb-nlp%2FMulti-EuP&config=default&split=train"
|
47 |
+
```
|
48 |
|
49 |
2. If you are using the HuggingFace library, please follow these steps:
|
50 |
+
```bash
|
51 |
pip install datasets
|
52 |
+
```
|
53 |
|
54 |
from datasets import load_dataset
|
55 |
|