Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,8 @@ configs:
|
|
43 |
1. Highly recommend downloading it via the API:
|
44 |
|
45 |
```bash
|
46 |
-
curl -X GET
|
|
|
47 |
```
|
48 |
|
49 |
2. If you are using the HuggingFace library, please follow these steps:
|
|
|
43 |
1. Highly recommend downloading it via the API:
|
44 |
|
45 |
```bash
|
46 |
+
curl -X GET \
|
47 |
+
"https://datasets-server.huggingface.co/first-rows?dataset=unimelb-nlp%2FMulti-EuP&config=default&split=full"
|
48 |
```
|
49 |
|
50 |
2. If you are using the HuggingFace library, please follow these steps:
|