CodeSoft commited on
Commit
96ef5f8
·
verified ·
1 Parent(s): 7bf4091

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -16
README.md CHANGED
@@ -1,24 +1,22 @@
1
-
2
  ---
3
  license: apache-2.0
4
  language:
5
- - en
6
-
7
  pipeline_tag: text-generation
8
-
9
  library_name: transformers
10
-
11
  tags:
12
- - metadiffusion
13
- - diffusion-language-model
14
- - diffusion
15
- - transformer
16
- - language-model
17
- - autoregressive-conversion
18
- - experimental
19
- - research
20
- - 150m
21
- - english
 
 
22
  ---
23
 
24
  <h1 align="center">MetaDiffusion-150M-exp</h1>
@@ -133,4 +131,4 @@ This release is not instruction tuned and is not intended for production deploym
133
 
134
  ## Acknowledgements
135
 
136
- MetaDiffusion is derived from the Supra-1.5-50M-Base-exp model. Credit goes to the Supra authors for the original autoregressive checkpoint that served as the initialization for this work. MetaDiffusion is released under the Apache-2.0 license in accordance with the licensing terms of the original Supra checkpoint.
 
 
1
  ---
2
  license: apache-2.0
3
  language:
4
+ - en
 
5
  pipeline_tag: text-generation
 
6
  library_name: transformers
 
7
  tags:
8
+ - metadiffusion
9
+ - diffusion-language-model
10
+ - diffusion
11
+ - transformer
12
+ - language-model
13
+ - autoregressive-conversion
14
+ - experimental
15
+ - research
16
+ - 150m
17
+ - english
18
+ base_model:
19
+ - SupraLabs/Supra-1.5-50M-Base-exp
20
  ---
21
 
22
  <h1 align="center">MetaDiffusion-150M-exp</h1>
 
131
 
132
  ## Acknowledgements
133
 
134
+ MetaDiffusion is derived from the Supra-1.5-50M-Base-exp model. Credit goes to the Supra authors for the original autoregressive checkpoint that served as the initialization for this work. MetaDiffusion is released under the Apache-2.0 license in accordance with the licensing terms of the original Supra checkpoint.