CodeSoft commited on
Commit
0abb970
·
verified ·
1 Parent(s): 435e6e4

Add hfviewer architecture card

Browse files

Embed the hfviewer architecture visualization card in README.md.

Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -21,9 +21,9 @@ base_model:
21
 
22
  <div align="center">
23
 
24
- <h1>MetaDiffusion-150M-exp</h1>
25
 
26
- <p>
27
  This model is for research and evaluation purposes only. Do not use in production environments.
28
  </p>
29
 
@@ -35,6 +35,16 @@ MetaDiffusion-150M-exp is a diffusion language model created by converting the S
35
 
36
  The model retains the original tokenizer while introducing diffusion-specific components, including timestep conditioning and a learned mask token.
37
 
 
 
 
 
 
 
 
 
 
 
38
  | Specification | Value |
39
  | ----------------- | --------------------------------------- |
40
  | Architecture | `MetaDiffusionForCausalLM` |
@@ -83,7 +93,6 @@ Training schedule:
83
  | Average Accuracy | 29.49% |
84
  | Average Normalized Accuracy | 29.61% |
85
 
86
-
87
  ## Running the Model
88
 
89
  This repository includes an `inference.py` script for sampling from the model.
@@ -135,4 +144,4 @@ This release is not instruction tuned and is not intended for production deploym
135
 
136
  ## Acknowledgements
137
 
138
- 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.
 
21
 
22
  <div align="center">
23
 
24
+ <h1>MetaDiffusion-150M-exp</h1>
25
 
26
+ <p>
27
  This model is for research and evaluation purposes only. Do not use in production environments.
28
  </p>
29
 
 
35
 
36
  The model retains the original tokenizer while introducing diffusion-specific components, including timestep conditioning and a learned mask token.
37
 
38
+ ## Architecture graph
39
+
40
+ <a href="https://hfviewer.com/CodeSoft/MetaDiffusion-150M-exp?utm_source=huggingface&amp;utm_medium=embedded_model_card&amp;utm_campaign=CodeSoft_MetaDiffusion-150M-exp_card" target="_blank" rel="noopener">
41
+ <img
42
+ src="https://hfviewer.com/api/card.svg?source=CodeSoft%2FMetaDiffusion-150M-exp&amp;granularity=0"
43
+ alt="Architecture graph for CodeSoft/MetaDiffusion-150M-exp. Open in hfviewer"
44
+ width="100%"
45
+ />
46
+ </a>
47
+
48
  | Specification | Value |
49
  | ----------------- | --------------------------------------- |
50
  | Architecture | `MetaDiffusionForCausalLM` |
 
93
  | Average Accuracy | 29.49% |
94
  | Average Normalized Accuracy | 29.61% |
95
 
 
96
  ## Running the Model
97
 
98
  This repository includes an `inference.py` script for sampling from the model.
 
144
 
145
  ## Acknowledgements
146
 
147
+ 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.