sameer505 commited on
Commit
e5774f3
·
1 Parent(s): bebb912

edited _URLS

Browse files
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": "https://huggingface.co/great-new-dataset-first_domain.zip",
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
+ }