mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
fix compact builder (import)
This commit is contained in:
parent
6bdc9f7239
commit
8bbb5d91a1
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import gc
|
|||
from datasets import Dataset, load_dataset
|
||||
from tqdm import tqdm
|
||||
|
||||
from ctx_to_lora.data.processing import closed_qa_prompting
|
||||
from ctx_to_lora.data.preprocessing_fn import closed_qa_prompting
|
||||
|
||||
if __name__ == "__main__":
|
||||
ds_name = "allenai/ropes"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import gc
|
|||
from datasets import Dataset, load_dataset
|
||||
from tqdm import tqdm
|
||||
|
||||
from ctx_to_lora.data.processing import closed_qa_prompting
|
||||
from ctx_to_lora.data.preprocessing_fn import closed_qa_prompting
|
||||
|
||||
if __name__ == "__main__":
|
||||
ds_name = "data/raw_datasets/squad"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue