sijpapi commited on
Commit
0e849fb
·
1 Parent(s): e7c3997

Update batch13.py

Browse files
Files changed (1) hide show
  1. batch13.py +1 -1
batch13.py CHANGED
@@ -37,7 +37,7 @@ def custom_download(url, dst_path):
37
  import boto3
38
  print(dst_path)
39
  s3 = boto3.client('s3')
40
- s3.download_file('modeldocuments', url, f"dst_path/{url}")
41
 
42
 
43
  class FunsdConfig(datasets.BuilderConfig):
 
37
  import boto3
38
  print(dst_path)
39
  s3 = boto3.client('s3')
40
+ s3.download_file('modeldocuments', url, f"{dst_path}/{url}")
41
 
42
 
43
  class FunsdConfig(datasets.BuilderConfig):