csensemakers / desci-sense

2 stars 2 forks source link

wandb data collection script broke #41

Closed ronentk closed 10 months ago

ronentk commented 11 months ago
desci-sense/scripts/get_wandb_data.py", line 54, in load_data_from_artifacts

    assert cols == raw_data["columns"], f"Error with artifact {artifact.name}: cols != raw_data['columns'] : {cols} != {raw_data['columns']}"
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Error with artifact pred_yvjvgu6y_PqNWntdx:v0: cols != raw_data['columns'] : ['User', 'URL', 'Text', 'Reasoning Steps', 'Predicted Label', 'True Label', 'Name of Label Provider', 'Post Source'] != ['User', 'URL', 'Text', 'Reasoning Steps', 'Predicted Label', 'True Label', 'Name of Label Provider', 'Tweet ID']