You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: eureka_ml_insights/data_utils/transform.py
+34-7
Original file line number
Diff line number
Diff line change
@@ -433,12 +433,14 @@ class ExtractUsageTransform:
433
433
Extracts token usage completion numbers (except prompt input tokens) for all models.
434
434
args:
435
435
model_config: config used for the experiment.
436
-
usage_completion_output_col: str, default name of the column where completion numbers will be stored for all models
437
-
prepend_completion_read_col: str, prepend string to add to the name of the usage column from which to read. Useful for cases when the usage column might have been renamed earlier in the pipeline.
436
+
usage_completion_output_col: str, default name of the column where completion numbers will be stored for model
437
+
usage_column: str, default name of the column where usage information is stored for model
438
+
n_tokens_column: str, default name of the column where number of tokens is stored for model
0 commit comments