Text Generation
Transformers
Safetensors
English
metadiffusion
diffusion
diffusion-lm
ar-to-diffusion
custom_code
CodeSoft commited on
Commit
720a8a8
·
verified ·
1 Parent(s): 18eebaf

Add hfviewer architecture card

Browse files

Embed the hfviewer architecture visualization card in README.md.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -36,6 +36,16 @@ The AR checkpoint becomes the initialization (weights copied, timestep modules z
36
 
37
  - Vocab / IO: 151,677 rows = Qwen3's 151,669 + [MASK] (id 151669) + 7 rainbow padding tokens (151670-151676); pad_token_id is <|endoftext|> (151643), eos is <|im_end|> (151645). bf16 weights, 371 tensors in model.safetensors.
38
 
 
 
 
 
 
 
 
 
 
 
39
  ## Use with Transformers
40
 
41
  ```python
@@ -116,4 +126,4 @@ This model is an experimental research checkpoint intended for further fine-tuni
116
 
117
  ## License
118
 
119
- Apache-2.0
 
36
 
37
  - Vocab / IO: 151,677 rows = Qwen3's 151,669 + [MASK] (id 151669) + 7 rainbow padding tokens (151670-151676); pad_token_id is <|endoftext|> (151643), eos is <|im_end|> (151645). bf16 weights, 371 tensors in model.safetensors.
38
 
39
+ ## Architecture graph
40
+
41
+ <a href="https://hfviewer.com/CodeSoft/MetaDiffusion-600M-ChatBase?utm_source=huggingface&amp;utm_medium=embedded_model_card&amp;utm_campaign=CodeSoft_MetaDiffusion-600M-ChatBase_card" target="_blank" rel="noopener">
42
+ <img
43
+ src="https://hfviewer.com/api/card.svg?source=CodeSoft%2FMetaDiffusion-600M-ChatBase&amp;granularity=0"
44
+ alt="Architecture graph for CodeSoft/MetaDiffusion-600M-ChatBase. Open in hfviewer"
45
+ width="100%"
46
+ />
47
+ </a>
48
+
49
  ## Use with Transformers
50
 
51
  ```python
 
126
 
127
  ## License
128
 
129
+ Apache-2.0