-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3e44d7
commit 99db4ff
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |