ccm commited on
Commit
2dfb794
·
verified ·
1 Parent(s): 940ef49

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -7,8 +7,6 @@ import pandas # to work with pandas
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
 
 
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