ccm commited on
Commit
56e3d21
·
verified ·
1 Parent(s): 936fa72

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -6,6 +6,7 @@ import numpy # to work with vectors
6
  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()
 
6
  import pandas # to work with pandas
7
  import json # to work with JSON
8
  import datasets # to load the dataset
9
+ import space # for GPU
10
 
11
  # Load the dataset and convert to pandas
12
  full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()