Xinjie-Q commited on
Commit
de3bd80
·
verified ·
1 Parent(s): 7305900

Fix license references to MIT in model card body

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  <a href="https://github.com/microsoft/Mage"><img src="https://img.shields.io/badge/Code-GitHub-181717?logo=github" alt="GitHub" height="22"></a>
17
  <a href="https://huggingface.co/microsoft/Mage-VL"><img alt="Mage-VL" src="https://img.shields.io/badge/%F0%9F%A4%97-Mage--VL-yellow" height="22" /></a>
18
  <a href="https://huggingface.co/microsoft/Mage-ViT"><img alt="Mage-ViT" src="https://img.shields.io/badge/%F0%9F%A4%97-Mage--ViT-yellow" height="22" /></a>
19
- <a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-green" alt="License: Apache 2.0" height="22"></a>
20
  </p>
21
 
22
  ---
@@ -125,8 +125,8 @@ with torch.no_grad():
125
  | Pooling | learned-probe multi-head attention head |
126
  | Pre-training resolution | images 224–448 (variable), video 256 |
127
  | Weights dtype | bfloat16 |
128
- | License | Apache-2.0 |
129
 
130
  ## 📄 License
131
 
132
- Released under the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
 
16
  <a href="https://github.com/microsoft/Mage"><img src="https://img.shields.io/badge/Code-GitHub-181717?logo=github" alt="GitHub" height="22"></a>
17
  <a href="https://huggingface.co/microsoft/Mage-VL"><img alt="Mage-VL" src="https://img.shields.io/badge/%F0%9F%A4%97-Mage--VL-yellow" height="22" /></a>
18
  <a href="https://huggingface.co/microsoft/Mage-ViT"><img alt="Mage-ViT" src="https://img.shields.io/badge/%F0%9F%A4%97-Mage--ViT-yellow" height="22" /></a>
19
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green" alt="License: MIT" height="22"></a>
20
  </p>
21
 
22
  ---
 
125
  | Pooling | learned-probe multi-head attention head |
126
  | Pre-training resolution | images 224–448 (variable), video 256 |
127
  | Weights dtype | bfloat16 |
128
+ | License | MIT |
129
 
130
  ## 📄 License
131
 
132
+ Released under the [MIT License](https://opensource.org/licenses/MIT).