Datasets:

Modalities:
Audio
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
guoshoutao commited on
Commit
96ebca8
·
verified ·
1 Parent(s): d4be607

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # The proposed Long-Speech understanding evaluation dataset for the paper '[FastLongSpeech: Enhancing Large Speech-Language Models for Efficient Long-Speech Processing]'
2
+
3
+
4
+ <p align="center" width="80%">
5
+ <img src="[./fast_long_4.png](https://cdn-uploads.huggingface.co/production/uploads/66680c0505c407bfea87667c/c6UtdNVhOVWZ8N6gxS9oL.png)" alt="performance" style="width: 90%; min-width: 300px; display: block; margin: auto;">
6
+ </p>
7
+
8
+ ## Usage
9
+
10
+ First download the model from [Model](https://huggingface.co/ICTNLP/FastLongSpeech)
11
+ Then please refer to [Github Page](https://github.com/ictnlp/FastLongSpeech)
12
+
13
+ ### Requirements
14
+
15
+ We suggest to run with Python 3.10.
16
+ Examples of usage:
17
+ ```
18
+ git clone https://github.com/ictnlp/FastLongSpeech.git
19
+ cd transformers-main
20
+ pip install -e .
21
+ pip install deepspeed sentencepiece librosa
22
+ ```
23
+
24
+ ## Training Model
25
+ - https://huggingface.co/ICTNLP/FastLongSpeech
26
+ ## Github Pages
27
+ - https://github.com/ictnlp/FastLongSpeech