Instructions to use inclusionAI/LLaDA2.0-flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inclusionAI/LLaDA2.0-flash with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inclusionAI/LLaDA2.0-flash", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add model-index evaluation metadata for LLaDA2.0-flash to README
#2
by mackenzietechdocs - opened
- Added a
model-indexblock to the README, converting the existing benchmark table into structured evaluation metadata for LLaDA2.0-flash. - The metrics are taken from the LLaDA2.0-flash column of the existing benchmark table.