awacke1 commited on
Commit
8bb2367
β€’
1 Parent(s): 7b3d05a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -8,6 +8,9 @@ from datasets import load_from_disk
8
  arrow_datasets_reloaded = load_from_disk("my-arrow-datasets")
9
  arrow_datasets_reloaded
10
 
 
 
 
11
  #prove the cache
12
  arrow_datasets_reloaded.cache_files
13
 
8
  arrow_datasets_reloaded = load_from_disk("my-arrow-datasets")
9
  arrow_datasets_reloaded
10
 
11
+ #dataset_dict.save_to_disk("../data/wikipedia_rank_nocache")
12
+ raw_datasets.save_to_disk("../data/awacke1=allocine")
13
+
14
  #prove the cache
15
  arrow_datasets_reloaded.cache_files
16