druzsan commited on
Commit
e478321
1 Parent(s): 53e2126

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -75,7 +75,7 @@ if __name__ == "__main__":
75
  hf_settings.enrichment,
76
  hf_settings.subset,
77
  split=hf_settings.split,
78
- # revision=hf_settings.revision,
79
  )
80
  if len(ds_enrichment) != len(ds):
81
  raise RuntimeError(
 
75
  hf_settings.enrichment,
76
  hf_settings.subset,
77
  split=hf_settings.split,
78
+ revision=hf_settings.revision,
79
  )
80
  if len(ds_enrichment) != len(ds):
81
  raise RuntimeError(