Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
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 |
|