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
|
{
"data_dir": "artifacts/synth_v1",
"split": "test",
"samples": 256,
"colour_classes": 10,
"text_families": {
"count_words": [
"a",
"three",
"four",
"two"
],
"colour_words": [
"red",
"orange",
"yellow",
"green",
"blue",
"purple",
"pink",
"white",
"gray",
"brown"
],
"size_words": [
[
"small",
"large"
]
]
},
"field_correlation_at_truth": 0.678442918934101,
"note": "The dictionary is derived from disjoint corpora; the correlation is a diagnostic computed with hidden pairs and never used by the pipeline."
}
|