michaelnetbiz commited on
Commit
4b72fdd
1 Parent(s): 513a6d4

More text cleaning stuff

Browse files
Files changed (1) hide show
  1. kendex/prep_push_to_hf.py +1 -3
kendex/prep_push_to_hf.py CHANGED
@@ -74,9 +74,7 @@ def main():
74
  train, test = create_datasets(df)
75
 
76
  full_dataset = DatasetDict({"train": train, "test": test})
77
-
78
- print(full_dataset)
79
- # full_dataset.push_to_hub("michaelnetbiz/Kendex")
80
 
81
 
82
  if __name__ == "__main__":
 
74
  train, test = create_datasets(df)
75
 
76
  full_dataset = DatasetDict({"train": train, "test": test})
77
+ full_dataset.push_to_hub("michaelnetbiz/Kendex")
 
 
78
 
79
 
80
  if __name__ == "__main__":