Skip to content

Instantly share code, notes, and snippets.

@daviddao
Created August 26, 2021 14:36
Show Gist options
  • Save daviddao/ecdcb3fb071aa8284f28f1d227036e5d to your computer and use it in GitHub Desktop.
Save daviddao/ecdcb3fb071aa8284f28f1d227036e5d to your computer and use it in GitHub Desktop.
declare type local:mytype as {"id": "integer", "label": "integer", "col_0": "decimal", "col_1": "decimal", "col_2": "decimal", "col_3": "decimal", "col_4": "decimal", "col_5": "decimal", "col_6": "decimal", "col_7": "decimal", "col_8": "decimal", "col_9": "decimal", "col_10": "decimal", "col_11": "decimal", "col_12": "decimal", "col_13": "decimal"};
validate type local:mytype* {
json-file("https://gist.githubusercontent.com/daviddao/31652ddf8226143688ae3fe1008c0bb7/raw/15a9b0f9c005e5b42d575ef4701c8146cfc31bab/X_train.jsonl")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment