Update README.md (#1281)
Browse files
README.md
CHANGED
|
@@ -474,11 +474,9 @@ See [examples](examples) for quick start. It is recommended to duplicate and mod
|
|
| 474 |
...
|
| 475 |
|
| 476 |
# Loading Data From a Public URL
|
| 477 |
-
# - URLs must use HTTPS protocol for security reasons, not HTTP.
|
| 478 |
-
# - The URL should be a direct link to the file you wish to load.
|
| 479 |
# - The file format is `json` (which includes `jsonl`) by default. For different formats, adjust the `ds_type` option accordingly.
|
| 480 |
dataset:
|
| 481 |
-
- path: https://some.url.com/yourdata.jsonl #
|
| 482 |
ds_type: json # this is the default, see other options below.
|
| 483 |
```
|
| 484 |
|
|
|
|
| 474 |
...
|
| 475 |
|
| 476 |
# Loading Data From a Public URL
|
|
|
|
|
|
|
| 477 |
# - The file format is `json` (which includes `jsonl`) by default. For different formats, adjust the `ds_type` option accordingly.
|
| 478 |
dataset:
|
| 479 |
+
- path: https://some.url.com/yourdata.jsonl # The URL should be a direct link to the file you wish to load. URLs must use HTTPS protocol, not HTTP.
|
| 480 |
ds_type: json # this is the default, see other options below.
|
| 481 |
```
|
| 482 |
|