File size: 1,103 Bytes
41c095f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
{
"builder_name": "rust_ast_emoji",
"config_name": "default",
"description": "Rust codebase AST analysis with emoji mapping",
"features": {
"ast": {
"dtype": "string"
},
"file_path": {
"dtype": "string"
},
"summary": {
"dtype": "map",
"mapping": {
"emoji_counts_in_strings": {
"dtype": "map"
},
"string_literals": {
"dtype": "sequence",
"feature": {
"dtype": "string"
}
},
"top_level_nodes": {
"dtype": "int64"
},
"total_nodes": {
"dtype": "int64"
},
"type_counts": {
"dtype": "map"
},
"word_counts": {
"dtype": "map"
},
"word_emoji_counts": {
"dtype": "map"
}
}
},
"timestamp": {
"dtype": "int64"
}
},
"license": "agpl-3.0",
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 0,
"shard_lengths": []
}
},
"version": {
"version_str": "0.1.0"
}
} |