mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
download generated fw qa
This commit is contained in:
parent
4cedfc2514
commit
c9b6346659
1 changed files with 9 additions and 0 deletions
9
data/download_generated_fineweb_qa.py
Normal file
9
data/download_generated_fineweb_qa.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from huggingface_hub import snapshot_download
|
||||
|
||||
if __name__ == "__main__":
|
||||
fw_dir = "./data/raw_datasets/fw_qa_v2/"
|
||||
snapshot_download(
|
||||
"SakanaAI/fineweb_qa",
|
||||
repo_type="dataset",
|
||||
local_dir=fw_dir,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue