Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "File Editor Tooltips",
|
||||
"description": "File editor tooltip settings.",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "tooltip:launch-file",
|
||||
"keys": ["Shift Tab"],
|
||||
"selector": ".jp-FileEditor .jp-CodeMirrorEditor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace)"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user