MIR / README.md
exdysa's picture
Update README.md
2eb3740 verified
metadata
language:
  - en
library_name: mir
license: bsd
tags:
  - code
  - weight_maps
  - layer_metadata
size_categories:
  - n<1K
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")