| { | |
| "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" | |
| } | |
| } |