|
{ |
|
"model_type": "bert", |
|
"architectures": ["BertForSequenceClassification"], |
|
"num_labels": 8, |
|
"id2label": { |
|
"0": "not_relevant", |
|
"1": "not_happening", |
|
"2": "not_human", |
|
"3": "not_bad", |
|
"4": "solutions_harmful_unnecessary", |
|
"5": "science_unreliable", |
|
"6": "proponents_biased", |
|
"7": "fossil_fuels_needed" |
|
}, |
|
"label2id": { |
|
"not_relevant": 0, |
|
"not_happening": 1, |
|
"not_human": 2, |
|
"not_bad": 3, |
|
"solutions_harmful_unnecessary": 4, |
|
"science_unreliable": 5, |
|
"proponents_biased": 6, |
|
"fossil_fuels_needed": 7 |
|
} |
|
} |