klemenk commited on
Commit
cc43520
·
verified ·
1 Parent(s): 2b25c71

Upload AuriStream Parallel checkpoint

Browse files
Files changed (3) hide show
  1. README.md +54 -0
  2. config.json +27 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - audio
5
+ - speech
6
+ - language-model
7
+ - auristream
8
+ - discrete-diffusion
9
+ library_name: transformers
10
+ ---
11
+
12
+ # AuriStreamParallel100M_Group4_BigAudioDataset_440k
13
+
14
+ **AuriStream Parallel** is a discrete diffusion speech language model by **Greta Tuckute** and **Klemen Kotar**.
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ | Parameter | Value |
21
+ |-----------|-------|
22
+ | Parameters | ~0.12B |
23
+ | Layers | 12 |
24
+ | Hidden Size | 768 |
25
+ | Attention Heads | 12 |
26
+ | Vocab Size | 8193 |
27
+ | Group Size | 4 |
28
+ | Mask Schedule | linear_text_prime |
29
+
30
+ ## Architecture
31
+
32
+ - Bidirectional transformer attention
33
+ - Grouped token latent projection
34
+ - Parallel token heads for group-wise prediction
35
+ - Partial masking diffusion objective
36
+
37
+ ## Usage
38
+
39
+ ```python
40
+ from transformers import AutoModel
41
+
42
+ model = AutoModel.from_pretrained(
43
+ "TuKoResearch/AuriStreamParallel100M_Group4_BigAudioDataset_440k",
44
+ trust_remote_code=True,
45
+ )
46
+ ```
47
+
48
+ ## Base Model Code
49
+
50
+ This checkpoint uses shared model code from [TuKoResearch/AuriStreamParallel-base](https://huggingface.co/TuKoResearch/AuriStreamParallel-base).
51
+
52
+ ## Tokenizer
53
+
54
+ This model is intended for cochlear tokens, e.g. from [WavCochCausalV8192](https://huggingface.co/TuKoResearch/WavCochCausalV8192).
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "AuriStreamParallel",
3
+ "architectures": [
4
+ "AuriStreamModel"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "TuKoResearch/AuriStreamParallel-base--configuration_auristream_parallel.AuriStreamParallelConfig",
8
+ "AutoModel": "TuKoResearch/AuriStreamParallel-base--modeling_auristream_parallel.AuriStreamModel",
9
+ "AutoModelForCausalLM": "TuKoResearch/AuriStreamParallel-base--modeling_auristream_parallel.AuriStreamModel"
10
+ },
11
+ "torch_dtype": "bfloat16",
12
+ "transformers_version": "4.40.0",
13
+ "vocab_size": 8193,
14
+ "base_vocab_size": 8192,
15
+ "mask_token_id": 8192,
16
+ "ignore_index": -100,
17
+ "n_embd": 768,
18
+ "n_layer": 12,
19
+ "n_head": 12,
20
+ "dropout": 0.0,
21
+ "bias": false,
22
+ "use_rope": true,
23
+ "group_size": 4,
24
+ "seq_len": 4096,
25
+ "skip_connections": false,
26
+ "mask_schedule": "linear_text_prime"
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c128564d981737c59c65a52b36e1e9d6ca60592f96aa8760143faaa68d5153
3
+ size 475107024