Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

language:
- en
library_name: mir
license: bsd
tags:
- code
- weight_maps
- layer_metadata
size_categories:
- n<1K

MIR (Machine Intelligence Resource)

A naming schema for AIGC/ML work.

The MIR classification format seeks to standardize and complete a hyperlinked network of model information, improving accessibility and reproducibility across the AI community.
The work is inspired by:

Example:

mir : // model . vit . clip_l : stable_diffusion_xl

 mir:// model .    lora      .    hyper    :   flux_1
  ↑      ↑         ↑               ↑            ↑
 [URI]:[Domain].[Architecture].[Series]:[Compatibility]

Code for this project can be found at darkshapes/MIR on GitHub

from datasets import load_dataset

weight_maps = load_dataset("darkshapes/mir", data_dir="weight_maps")
Downloads last month
27