ProximileAdmin commited on
Commit
07555c7
·
verified ·
1 Parent(s): a89f370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ tags:
21
 
22
  This repository contains a variant of the [GSAI-ML/LLaDA-8B-Instruct](https://huggingface.co/GSAI-ML/LLaDA-8B-Instruct) model, fine-tuned by [Proximile LLC](https://proximile.llc) to enhance its tool calling capabilities. Proximile specializes in secure, on-premise AI solutions for small and medium-sized businesses.
23
 
 
 
24
  ## About LLaDA
25
 
26
  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.
 
21
 
22
  This repository contains a variant of the [GSAI-ML/LLaDA-8B-Instruct](https://huggingface.co/GSAI-ML/LLaDA-8B-Instruct) model, fine-tuned by [Proximile LLC](https://proximile.llc) to enhance its tool calling capabilities. Proximile specializes in secure, on-premise AI solutions for small and medium-sized businesses.
23
 
24
+ ![Demo](demo.gif)
25
+
26
  ## About LLaDA
27
 
28
  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.