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