Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ This repository contains a variant of the [GSAI-ML/LLaDA-8B-Instruct](https://hu
|
|
30 |
|
31 |
## About LLaDA
|
32 |
|
33 |
-
LLaDA (
|
34 |
|
35 |
## Model Description
|
36 |
|
|
|
30 |
|
31 |
## About LLaDA
|
32 |
|
33 |
+
LLaDA (Large Language Diffusion with mAsking) is a novel language model architecture that uses discrete diffusion for text generation. Unlike traditional autoregressive models, LLaDA generates text through an iterative denoising process, progressively replacing mask tokens with predicted tokens based on confidence scores.
|
34 |
|
35 |
## Model Description
|
36 |
|