Midm-LLM commited on
Commit
1c842c4
·
verified ·
1 Parent(s): 26a90ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -58,14 +58,17 @@ library_name: transformers
58
 
59
  ### Mi:dm 2.0
60
 
61
- Mi:dm 2.0 is a __"Korean-centric AI"__ model developed with KT's proprietary technology. __"Korean-centric AI"__ refers to a model that thoroughly internalizes the unique values, cognitive frameworks, and commonsense reasoning intrinsic to Korean society. It is not simply about processing and responding in Korean; it is about the profound understanding that reflects and respects the socio-cultural fabric of Korean norms and values.
62
 
63
- The newly introduced Mi:dm 2.0 model comes in two versions:
64
 
65
- * **Mi:dm 2.0-Mini** is a 2.3B parameter Dense small model, designed for seamless use in environments such as on-device settings and low-end GPUs. It was created by pruning and distilling the Base model.
66
-
67
- * **Mi:dm 2.0-Base** has 11.5B parameters and was designed to balance model size and performance by expanding an 8B scale model using the DuS (Depth-up Scaling) method. It's a practical model that can be applied to various real-world services, considering both performance and versatility.
68
 
 
 
 
69
 
70
  > [!Note]
71
  > Neither the pre-training nor the post-training data includes KT users' data.
@@ -548,6 +551,6 @@ Mi:dm 2.0 is licensed under the [MIT License](./LICENSE).
548
  }
549
  ``` -->
550
  ### Contact
551
- - Mi:dm 2.0 Technical Inquiries: [email protected]
552
 
553
  <br>
 
58
 
59
  ### Mi:dm 2.0
60
 
61
+ **Mi:dm 2.0** is a __"Korea-centric AI"__ model developed using KT's proprietary technology. The term __"Korea-centric AI"__ refers to a model that deeply internalizes the unique values, cognitive frameworks, and commonsense reasoning inherent to Korean society. It goes beyond simply processing or generating Korean text—it reflects a deeper understanding of the socio-cultural norms and values that define Korean society.
62
 
63
+ Mi:dm 2.0 is released in two versions:
64
 
65
+ - **Mi:dm 2.0-Base**
66
+ An 11.5B parameter dense model designed to balance model size and performance.
67
+ It extends an 8B-scale model by applying the Depth-up Scaling (DuS) method, making it suitable for real-world applications that require both performance and versatility.
68
 
69
+ - **Mi:dm 2.0-Mini**
70
+ A lightweight 2.3B parameter dense model optimized for on-device environments and systems with limited GPU resources.
71
+ It was derived from the Base model through pruning and distillation to enable compact deployment.
72
 
73
  > [!Note]
74
  > Neither the pre-training nor the post-training data includes KT users' data.
 
551
  }
552
  ``` -->
553
  ### Contact
554
+ Mi:dm 2.0 Technical Inquiries: [email protected]
555
 
556
  <br>