Update cfg.yaml
Browse files
cfg.yaml
CHANGED
@@ -35,7 +35,7 @@ dataset:
|
|
35 |
text_answer_separator: ''
|
36 |
text_prompt_start: ''
|
37 |
text_system_start: ''
|
38 |
-
train_dataframe: /
|
39 |
validation_dataframe: None
|
40 |
validation_size: 0.01
|
41 |
validation_strategy: automatic
|
@@ -65,7 +65,7 @@ logging:
|
|
65 |
neptune_project: ''
|
66 |
wandb_entity: ''
|
67 |
wandb_project: ''
|
68 |
-
output_directory: /
|
69 |
prediction:
|
70 |
batch_size_inference: 0
|
71 |
metric: AUC
|
|
|
35 |
text_answer_separator: ''
|
36 |
text_prompt_start: ''
|
37 |
text_system_start: ''
|
38 |
+
train_dataframe: /train.pq
|
39 |
validation_dataframe: None
|
40 |
validation_size: 0.01
|
41 |
validation_strategy: automatic
|
|
|
65 |
neptune_project: ''
|
66 |
wandb_entity: ''
|
67 |
wandb_project: ''
|
68 |
+
output_directory: /output/TCCM-beta/
|
69 |
prediction:
|
70 |
batch_size_inference: 0
|
71 |
metric: AUC
|