Skip to content

Commit a3e00bc

Browse files
author
Yuan Gong
committed
add poster
1 parent d2d137a commit a3e00bc

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ thumbs.db
88
.DS_Store
99
.idea
1010
old/*
11-
11+
*.pptx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Introduction
1212

13-
[**[Paper]**](https://arxiv.org/pdf/2307.03183.pdf)
13+
[**[Paper]**](https://www.isca-speech.org/archive/pdfs/interspeech_2023/gong23d_interspeech.pdf)
1414

1515
[**[HuggingFace Space]**](https://huggingface.co/spaces/yuangongfdu/whisper-at) (Try Whisper-AT without Coding!)
1616

package/whisper-at/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
name="whisper-at",
1414
py_modules=["whisper_at"],
15-
version=0.4,
15+
version=0.5,
1616
description="Joint speech recognition and audio tagging model.",
1717
long_description=open("README.md", encoding="utf-8").read(),
1818
long_description_content_type="text/markdown",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4"
1+
__version__ = "0.5"

poster.pdf

1.75 MB
Binary file not shown.

poster.png

2.04 MB
Loading

0 commit comments

Comments
 (0)