ccm commited on
Commit
940ef49
·
verified ·
1 Parent(s): 7cd3be5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -7,6 +7,8 @@ import pandas # to work with pandas
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
 
 
 
10
  # Load the dataset and convert to pandas
11
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
12
 
 
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
 
10
+ transformers.utils.move_cache()
11
+
12
  # Load the dataset and convert to pandas
13
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
14