BoJack commited on
Commit
7861ebc
1 Parent(s): 84960c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -21,10 +21,18 @@ emotion2vec+ is a series of foundational models for speech emotion recognition (
21
  - [Nov. 2023] We release code, checkpoints, and extracted features for emotion2vec.
22
 
23
  # Model Card
24
- GitHub Repo: [emotion2vec](https://github.com/ddlBoJack/emotion2vec)
25
  |Model|⭐Model Scope|🤗Hugging Face|Fine-tuning Data (Hours)|
26
  |:---:|:-------------:|:-----------:|:-------------:|
27
  |emotion2vec|[Link](https://www.modelscope.cn/models/iic/emotion2vec_base/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_base)|/|
28
  emotion2vec+ seed|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_seed/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_seed)|201|
29
  emotion2vec+ base|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_base/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_base)|4788|
30
- emotion2vec+ large|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_large/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_large)|42526|
 
 
 
 
 
 
 
 
 
21
  - [Nov. 2023] We release code, checkpoints, and extracted features for emotion2vec.
22
 
23
  # Model Card
24
+
25
  |Model|⭐Model Scope|🤗Hugging Face|Fine-tuning Data (Hours)|
26
  |:---:|:-------------:|:-----------:|:-------------:|
27
  |emotion2vec|[Link](https://www.modelscope.cn/models/iic/emotion2vec_base/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_base)|/|
28
  emotion2vec+ seed|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_seed/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_seed)|201|
29
  emotion2vec+ base|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_base/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_base)|4788|
30
+ emotion2vec+ large|[Link](https://modelscope.cn/models/iic/emotion2vec_plus_large/summary)|[Link](https://huggingface.co/emotion2vec/emotion2vec_plus_large)|42526|
31
+
32
+ Original repository: [https://github.com/ddlBoJack/emotion2vec](https://github.com/ddlBoJack/emotion2vec)
33
+
34
+ Model Scope repository: [https://www.modelscope.cn/models/iic/emotion2vec_plus_large/summary](https://www.modelscope.cn/models/iic/emotion2vec_plus_large/summary)
35
+
36
+ Hugging Face repository: [https://huggingface.co/emotion2vec](https://huggingface.co/emotion2vec)
37
+
38
+ FunASR repository: [https://github.com/alibaba-damo-academy/FunASR](https://github.com/alibaba-damo-academy/FunASR/tree/funasr1.0/examples/industrial_data_pretraining/emotion2vec)