yaoxunxu commited on
Commit
db5dc64
1 Parent(s): 3d77eec

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SECAP: Speech Emotion Captioning with Large Language Model
2
+
3
+ This repository contains the implementation of the paper "SECap: Speech Emotion Captioning with Large Language Model". It includes the model code, training and testing scripts, and a test dataset. The test dataset consists of 600 wav audio files and their corresponding emotion descriptions.
4
+
5
+ Please find more details at the GitHub repo[https://github.com/xuyaoxun/SECaps]
6
+
7
+ You can download the model checkpoint in this repo freely.
8
+
9
+ ## Citation
10
+
11
+ If you use this repository in your research, please kindly cite our paper:
12
+
13
+ @article{SECap,
14
+ title={SECap: Speech Emotion Captioning with Large Language Model},
15
+
16
+ }