ProximileAdmin commited on
Commit
cc0da5d
·
verified ·
1 Parent(s): c418923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (Language Large Discrete Diffusion Applied) 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
 
 
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