Add to config.json the id2label and label2id keys.
#3
by g8a9 - opened
The PR adds id2label and label2id to the model config, normally used to verbalize argmax-ed logits.
Changes
- config.json: The keys above have been added;
- README.md: The example on the model card has also been updated
g8a9 changed pull request title from Update config.json to Add to config.json the id2label and label2id keys.
Done :)
Thanks again :)
dfucci changed pull request status to merged