Add EmoSet training and evaluation
This commit is contained in:
16
share/jupyter/nbconvert/templates/reveal/conf.json
Normal file
16
share/jupyter/nbconvert/templates/reveal/conf.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"base_template": "lab",
|
||||
"mimetypes": {
|
||||
"text/html": true
|
||||
},
|
||||
"preprocessors": {
|
||||
"100-pygments": {
|
||||
"type": "nbconvert.preprocessors.CSSHTMLHeaderPreprocessor",
|
||||
"enabled": true
|
||||
},
|
||||
"500-reveal": {
|
||||
"type": "nbconvert.exporters.slides._RevealMetadataPreprocessor",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user