outcome-switch / config.json
Mathieu Lai-King
first commit
1a3b3aa
raw
history blame
303 Bytes
{
"ner_path": "aakorolyova/primary_and_secondary_outcome_extraction",
"sim_path": "laiking/all-mpnet-outcome-similarity",
"ner_label2id" : {
"O": 0,
"B-PrimaryOutcome": 1,
"I-PrimaryOutcome": 2,
"B-SecondaryOutcome": 3,
"I-SecondaryOutcome": 4
}
}