smartdigitalsolutions commited on
Commit
e71e510
·
verified ·
1 Parent(s): 82ca40c

Create dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +7 -0
dataset_info.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from datasets import load_dataset
2
+
3
+ # Carica il dataset
4
+ dataset = load_dataset("tuo_username/tuo_dataset")
5
+
6
+ # Rigenera il file dataset_info.json
7
+ dataset.push_to_hub("smartdigitalsolutions/VolumiEurUsd")