meg-huggingface
commited on
Commit
·
c7bbc1c
1
Parent(s):
e8996fc
Upload results directory changes
Browse files- upload_results.py +2 -2
upload_results.py
CHANGED
|
@@ -8,14 +8,14 @@ api = HfApi() #token=TOKEN)
|
|
| 8 |
parser = argparse.ArgumentParser()
|
| 9 |
parser.add_argument(
|
| 10 |
"--out_dir",
|
| 11 |
-
default="out/",
|
| 12 |
type=str,
|
| 13 |
required=False,
|
| 14 |
help="Path to the output directory.",
|
| 15 |
)
|
| 16 |
parser.add_argument(
|
| 17 |
"--model_out_dir",
|
| 18 |
-
default="out/addition_plan/",
|
| 19 |
type=str,
|
| 20 |
required=False,
|
| 21 |
help="Path to the model output directory.",
|
|
|
|
| 8 |
parser = argparse.ArgumentParser()
|
| 9 |
parser.add_argument(
|
| 10 |
"--out_dir",
|
| 11 |
+
default="teaching_arithmetic/out/",
|
| 12 |
type=str,
|
| 13 |
required=False,
|
| 14 |
help="Path to the output directory.",
|
| 15 |
)
|
| 16 |
parser.add_argument(
|
| 17 |
"--model_out_dir",
|
| 18 |
+
default="teaching_arithmetic/out/addition_plan/",
|
| 19 |
type=str,
|
| 20 |
required=False,
|
| 21 |
help="Path to the model output directory.",
|