Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
---
|
5 |
|
6 |
massive thank you to [@silveroxides](https://huggingface.co/silveroxides) for phenomenal work collecting pristine state dicts and related information
|
@@ -29,7 +30,9 @@ Example:
|
|
29 |
## Definitions:
|
30 |
|
31 |
Like other URI schema, the order of the identifiers roughly indicates their specificity from left (broad) to right (narrow)
|
|
|
32 |
### Domain
|
|
|
33 |
`dev`: Varying local neural network layers, in-training, pre-release, items under evaluation, likely in unexpected formats<br>
|
34 |
`model`: Static local neural network layers. Publicly released machine learning models with an identifier in the database<br>
|
35 |
`operations`: Varying global neural network attributes, algorithms, optimizations and procedures on models<br>
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
library_name: mir
|
5 |
---
|
6 |
|
7 |
massive thank you to [@silveroxides](https://huggingface.co/silveroxides) for phenomenal work collecting pristine state dicts and related information
|
|
|
30 |
## Definitions:
|
31 |
|
32 |
Like other URI schema, the order of the identifiers roughly indicates their specificity from left (broad) to right (narrow)
|
33 |
+
|
34 |
### Domain
|
35 |
+
|
36 |
`dev`: Varying local neural network layers, in-training, pre-release, items under evaluation, likely in unexpected formats<br>
|
37 |
`model`: Static local neural network layers. Publicly released machine learning models with an identifier in the database<br>
|
38 |
`operations`: Varying global neural network attributes, algorithms, optimizations and procedures on models<br>
|