Created
August 26, 2021 14:36
-
-
Save daviddao/ecdcb3fb071aa8284f28f1d227036e5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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