Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- ICTNLP/LongSpeech-Eval
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- Qwen/Qwen2-Audio-7B-Instruct
|
11 |
+
---
|
12 |
+
|
13 |
+
# The model for the paper '[FastLongSpeech: Enhancing Large Speech-Language Models for Efficient Long-Speech Processing]'
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
Please refer to [Github Page](https://github.com/ictnlp/FastLongSpeech)
|
18 |
+
|
19 |
+
### Requirements
|
20 |
+
|
21 |
+
We suggest to run with Python 3.10.
|
22 |
+
Examples of usage:
|
23 |
+
```
|
24 |
+
git clone https://github.com/ictnlp/FastLongSpeech.git
|
25 |
+
cd transformers-main
|
26 |
+
pip install -e .
|
27 |
+
pip install deepspeed sentencepiece librosa
|
28 |
+
```
|
29 |
+
|
30 |
+
## Evaluation Datasets
|
31 |
+
- https://huggingface.co/datasets/ICTNLP/LongSpeech-Eval
|
32 |
+
## Github Pages
|
33 |
+
- https://github.com/ictnlp/FastLongSpeech
|