Heinrich Dinkel commited on
Commit
199fd5f
·
1 Parent(s): 1b31973

updated readme

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,10 +9,17 @@ license: apache-2.0
9
 
10
  # DashengTokenizer
11
 
 
 
 
 
 
 
 
 
12
  ![Audio Generation Results](./figures/audio_generation_results.png)
13
  ![Audio Understanding Results](./figures/audio_understanding_results.png)
14
 
15
- DashengTokenizer is a high-performance neural audio tokenizer designed for audio understanding and generation tasks.
16
 
17
  ## Usage
18
 
 
9
 
10
  # DashengTokenizer
11
 
12
+ DashengTokenizer is a high-performance continious audio tokenizer designed for audio understanding and generation tasks.
13
+ Compared to previous works, our framework simply trains a single linear layer to enable audio generation for semantically strong encoders.
14
+
15
+
16
+
17
+
18
+ # Results
19
+
20
  ![Audio Generation Results](./figures/audio_generation_results.png)
21
  ![Audio Understanding Results](./figures/audio_understanding_results.png)
22
 
 
23
 
24
  ## Usage
25