File size: 1,011 Bytes
c978179
 
 
 
c681171
c978179
 
 
 
 
 
 
 
 
37e4816
 
 
 
 
c978179
 
 
 
 
 
37e4816
c978179
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
language:
- en
---

massive thank you to [@silveroxides](https://huggingface.co/silveroxides) for phenomenal work collecting pristine state dicts and related information

#

# MIR (Machine Intelligence Resource)
#
is a naming standard, a schema for ML work.<br>
In its current incarnation, it looks like this:


## mir:transformer.clip-l.stable-diffusion-xl-base
```
domain:[architecture].[implementation].[compatability]
```

It is formed from a combination the original work from CivitAi [AIR-URN](https://github.com/civitai/civitai/wiki/AIR-%E2%80%90-Uniform-Resource-Names-for-AI) project<br>
and the super-resolution registry code from the [Spandrel](https://github.com/chaiNNer-org/spandrel/blob/main/libs/spandrel/spandrel/__helpers/registry.py) library.

## Goals
- Standard identification scheme for all ML-related development
- Simplification of code for model-related logistics
- Rapid retrieval of resources and metadata
- Efficient and reliable compatability checks
- Hyperparameter management