lighta commited on
Commit
1a5de5e
·
verified ·
1 Parent(s): 30af129

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .vscode/settings.json +4 -0
  2. InSARDLPU.zip +3 -0
  3. upload_2.py +7 -0
.vscode/settings.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "python-envs.defaultEnvManager": "ms-python.python:conda",
3
+ "python-envs.defaultPackageManager": "ms-python.python:conda"
4
+ }
InSARDLPU.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf2ede57058c0c2b803c1ec575679dd639256e53fb9b08957c6b69c50fcb9d0
3
+ size 14633304066
upload_2.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from huggingface_hub import login, upload_folder
2
+
3
+ # (optional) Login with your Hugging Face credentials
4
+ login()
5
+
6
+ # Push your dataset files
7
+ upload_folder(folder_path=".", repo_id="lighta/InSARDLPU", repo_type="dataset")