File size: 354 Bytes
13ece43
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "framework": "pytorch",
  "task" : "emotion-recognition",
  "pipeline": {"type":"funasr-pipeline"},
  "model": {"type" : "funasr"},
  "file_path_metas": {
    "init_param":"emotion2vec_base.pt", 
    "tokenizer_conf": {"token_list": "tokens.txt"},
    "config":"config.yaml"},
  "model_name_in_hub": {
    "ms":"iic/emotion2vec_base", 
    "hf":""}
}