mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix: naming
This commit is contained in:
parent
b24ca03dc4
commit
b369e5a30f
2
clean.py
2
clean.py
@ -6,7 +6,7 @@ import jsonlines
|
||||
import pandas as pd
|
||||
|
||||
|
||||
prompt_generation_dir = "raw_data_sanity_cleaned_delobotomized"
|
||||
prompt_generation_dir = "raw_data_sanity_cleaned_without_p3/"
|
||||
for file in glob.glob(os.path.join(prompt_generation_dir, "*.jsonl")):
|
||||
if "clean.jsonl" in file:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user