edited _URLS
Browse files- milling_processes_LUH__testing_propuses.py +1 -2
- notebook.ipynb +16 -0
milling_processes_LUH__testing_propuses.py
CHANGED
|
@@ -26,8 +26,7 @@ _LICENSE = "CC BY 4.0"
|
|
| 26 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 27 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 28 |
_URLS = {
|
| 29 |
-
"first_domain": "
|
| 30 |
-
"second_domain": "https://huggingface.co/great-new-dataset-second_domain.zip",
|
| 31 |
}
|
| 32 |
|
| 33 |
|
|
|
|
| 26 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 27 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 28 |
_URLS = {
|
| 29 |
+
"first_domain": "data"
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
|
notebook.ipynb
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [],
|
| 3 |
+
"metadata": {
|
| 4 |
+
"kernelspec": {
|
| 5 |
+
"display_name": "base",
|
| 6 |
+
"language": "python",
|
| 7 |
+
"name": "python3"
|
| 8 |
+
},
|
| 9 |
+
"language_info": {
|
| 10 |
+
"name": "python",
|
| 11 |
+
"version": "3.12.2"
|
| 12 |
+
}
|
| 13 |
+
},
|
| 14 |
+
"nbformat": 4,
|
| 15 |
+
"nbformat_minor": 2
|
| 16 |
+
}
|