File size: 324 Bytes
702eaaa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"label2id": {
"O": 0,
"taxa": 1,
"location": 2,
"section": 3,
"strata": 4,
"lithology": 5,
"facies": 6,
"age": 7
},
"id2label": {
"0": "O",
"1": "taxa",
"2": "location",
"3": "section",
"4": "strata",
"5": "lithology",
"6": "facies",
"7": "age"
}
}
|