LLMCPNER / label_mapping.json
xhd521's picture
Add LLMCPNER model card and metadata
702eaaa verified
Raw
History Blame Contribute Delete
324 Bytes
{
"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"
}
}