Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/README-checkpoint.md +35 -2
- README.md +16 -2
- config.json +2 -2
- tokenizer_config.json +2 -2
.ipynb_checkpoints/README-checkpoint.md
CHANGED
|
@@ -1,9 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
<img src="assets/eureka_logo_new.png" width="200"/>
|
| 3 |
-
<p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
<p align="center">
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
</p>
|
| 8 |
|
| 9 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
tags:
|
| 7 |
+
- audio
|
| 8 |
+
- speech
|
| 9 |
+
- multimodal
|
| 10 |
+
- audio-language-model
|
| 11 |
+
- asr
|
| 12 |
+
- speech-recognition
|
| 13 |
+
library_name: transformers
|
| 14 |
+
pipeline_tag: audio-text-to-text
|
| 15 |
+
base_model:
|
| 16 |
+
- Qwen/Qwen3-1.7B-Base
|
| 17 |
+
- openai/whisper-large-v3
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
<p align="center">
|
| 21 |
<img src="assets/eureka_logo_new.png" width="200"/>
|
| 22 |
+
</p>
|
| 23 |
+
|
| 24 |
+
<p align="center">
|
| 25 |
+
<b>Eureka-Audio-Instruct</b>
|
| 26 |
+
</p>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
+
<a href="https://huggingface.co/cslys1999/Eureka-Audio-Instruct">
|
| 30 |
+
<img src="https://img.shields.io/badge/π€%20HuggingFace-Model-yellow" alt="HuggingFace"/>
|
| 31 |
+
</a>
|
| 32 |
+
|
| 33 |
+
<a href="https://www.modelscope.cn/models/lys1999/Eureka-Audio-Instruct">
|
| 34 |
+
<img src="https://img.shields.io/badge/π€%20ModelScope-Model-blue" alt="ModelScope"/>
|
| 35 |
+
</a>
|
| 36 |
+
|
| 37 |
+
<a href="https://arxiv.org/abs/2602.13954">
|
| 38 |
+
<img src="https://img.shields.io/badge/π%20arXiv-Paper-red" alt="Paper"/>
|
| 39 |
+
</a>
|
| 40 |
</p>
|
| 41 |
|
| 42 |
|
README.md
CHANGED
|
@@ -19,10 +19,24 @@ base_model:
|
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
<img src="assets/eureka_logo_new.png" width="200"/>
|
| 22 |
-
<p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
<p align="center">
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
</p>
|
| 27 |
|
| 28 |
|
|
|
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
<img src="assets/eureka_logo_new.png" width="200"/>
|
| 22 |
+
</p>
|
| 23 |
+
|
| 24 |
+
<p align="center">
|
| 25 |
+
<b>Eureka-Audio-Instruct</b>
|
| 26 |
+
</p>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
+
<a href="https://huggingface.co/cslys1999/Eureka-Audio-Instruct">
|
| 30 |
+
<img src="https://img.shields.io/badge/π€%20HuggingFace-Model-yellow" alt="HuggingFace"/>
|
| 31 |
+
</a>
|
| 32 |
+
|
| 33 |
+
<a href="https://www.modelscope.cn/models/lys1999/Eureka-Audio-Instruct">
|
| 34 |
+
<img src="https://img.shields.io/badge/π€%20ModelScope-Model-blue" alt="ModelScope"/>
|
| 35 |
+
</a>
|
| 36 |
+
|
| 37 |
+
<a href="https://arxiv.org/abs/2602.13954">
|
| 38 |
+
<img src="https://img.shields.io/badge/π%20arXiv-Paper-red" alt="Paper"/>
|
| 39 |
+
</a>
|
| 40 |
</p>
|
| 41 |
|
| 42 |
|
config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbfdc3fa3178cd60d7b600af98e6e76c9cc86e89da8081d8b1306b5f1e9fab9e
|
| 3 |
+
size 6995
|
tokenizer_config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8107b4addbea9c2d4be59c6829fa5d10ed28fe32ff98731638de1827a1e684b
|
| 3 |
+
size 7344
|