Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxu0208 authored Oct 1, 2024
1 parent e3e44d7 commit 99db4ff
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions How to download LUWA dataset from Hugging Face.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# How to download LUWA dataset from Hugging Face



## Step 1

Register your Hugging Face account and have a **write tokens** for your account



## Step 2

Run the command ```git lfs install``` in your terminal



```Git LFS initialized``` means you have done this step successfully.

## Step 3

Run the command ```git clone https://huggingface.co/datasets/ai4ce/LUWA```

Enter your **user name** and **write tokens** as the password



## Step 4

LUWA Dataset starts downloading on your PC locally.



## Additional Help

If the downloading process has not been finished successfully. Go to your downloaded directory ( ```LUWA```), run the command ```git lfs fetch``` in the terminal. Wait for the processing to be completed, then run the command ```git lfs checkout```. The LUWA dataset will be on your PC locally.

0 comments on commit 99db4ff

Please sign in to comment.