Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions bonsai/models/llada/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# LLaDA in JAX

This directory contains a pure JAX implementation of the [LLaDA model](https://ml-gsai.github.io/LLaDA-demo/), using the [Flax NNX](https://flax.readthedocs.io/en/v0.8.3/experimental/nnx/index.html) API.


## Model Configuration Support Status
Comment thread
chapman20j marked this conversation as resolved.


### Running this model


```sh
python3 -m bonsai.models.llada.tests.run_model
```


## How to contribute to this model

### Remaining Tasks

1. Enable access to hidden features.
Loading