Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ library_name: transformers
|
|
56 |
|
57 |
# Overview
|
58 |
|
59 |
-
|
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 |
|
@@ -75,7 +75,7 @@ Mi:dm 2.0 is released in two versions:
|
|
75 |
|
76 |
<br>
|
77 |
|
78 |
-
|
79 |
|
80 |
Here is the code snippet to run conversational inference with the model:
|
81 |
|
@@ -125,10 +125,10 @@ print(tokenizer.decode(output[0]))
|
|
125 |
|
126 |
<br>
|
127 |
|
128 |
-
|
129 |
|
130 |
|
131 |
-
|
132 |
|
133 |
<!-- first half table-->
|
134 |
<table>
|
@@ -382,7 +382,7 @@ print(tokenizer.decode(output[0]))
|
|
382 |
<br>
|
383 |
|
384 |
|
385 |
-
|
386 |
|
387 |
|
388 |
<table>
|
@@ -510,7 +510,7 @@ print(tokenizer.decode(output[0]))
|
|
510 |
|
511 |
# Usage
|
512 |
|
513 |
-
|
514 |
You can try our model immediately via `Friendli.AI`. Simply click `Deploy` and then `Friendli Endpoints`.
|
515 |
|
516 |
> [!Note]
|
@@ -522,11 +522,11 @@ You can try our model immediately via `Friendli.AI`. Simply click `Deploy` and t
|
|
522 |
</p>
|
523 |
|
524 |
|
525 |
-
|
526 |
We provide a detailed description about running Mi:dm 2.0 on your local machine using llama.cpp, LM Studio, and Ollama. Please check our [github](https://github.com/K-intelligence-Midm/Midm-2.0) for more information
|
527 |
|
528 |
|
529 |
-
|
530 |
|
531 |
To serve Mi:dm 2.0 using [vLLM](https://github.com/vllm-project/vllm)(`>=0.8.0`) with an OpenAI-compatible API:
|
532 |
```bash
|
@@ -534,7 +534,7 @@ vllm serve K-intelligence/Midm-2.0-Base-Instruct
|
|
534 |
```
|
535 |
|
536 |
|
537 |
-
|
538 |
To help our end-users easily use Mi:dm 2.0, we have provided comprehensive tutorials on [github](https://github.com/K-intelligence-Midm/Midm-2.0).
|
539 |
<br>
|
540 |
|
@@ -543,7 +543,7 @@ To help our end-users easily use Mi:dm 2.0, we have provided comprehensive tutor
|
|
543 |
|
544 |
# More Information
|
545 |
|
546 |
-
|
547 |
* The training data for both Mi:dm 2.0 models consists primarily of English and Korean. Understanding and generation in other languages are not guaranteed.
|
548 |
|
549 |
* The model is not guaranteed to provide reliable advice in fields that require professional expertise, such as law, medicine, or finance.
|
@@ -551,7 +551,7 @@ To help our end-users easily use Mi:dm 2.0, we have provided comprehensive tutor
|
|
551 |
* Researchers have made efforts to exclude unethical content from the training data — such as profanity, slurs, bias, and discriminatory language. However, despite these efforts, the model may still produce inappropriate expressions or factual inaccuracies.
|
552 |
|
553 |
|
554 |
-
|
555 |
|
556 |
Mi:dm 2.0 is licensed under the [MIT License](./LICENSE).
|
557 |
|
@@ -568,7 +568,7 @@ Mi:dm 2.0 is licensed under the [MIT License](./LICENSE).
|
|
568 |
url={},
|
569 |
}
|
570 |
``` -->
|
571 |
-
|
572 |
Mi:dm 2.0 Technical Inquiries: [email protected]
|
573 |
|
574 |
<br>
|
|
|
56 |
|
57 |
# Overview
|
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 |
|
|
|
75 |
|
76 |
<br>
|
77 |
|
78 |
+
## Quickstart
|
79 |
|
80 |
Here is the code snippet to run conversational inference with the model:
|
81 |
|
|
|
125 |
|
126 |
<br>
|
127 |
|
128 |
+
## Evaluation
|
129 |
|
130 |
|
131 |
+
### Korean
|
132 |
|
133 |
<!-- first half table-->
|
134 |
<table>
|
|
|
382 |
<br>
|
383 |
|
384 |
|
385 |
+
### English
|
386 |
|
387 |
|
388 |
<table>
|
|
|
510 |
|
511 |
# Usage
|
512 |
|
513 |
+
## Run on Friendli.AI
|
514 |
You can try our model immediately via `Friendli.AI`. Simply click `Deploy` and then `Friendli Endpoints`.
|
515 |
|
516 |
> [!Note]
|
|
|
522 |
</p>
|
523 |
|
524 |
|
525 |
+
## Run on Your Local Machine
|
526 |
We provide a detailed description about running Mi:dm 2.0 on your local machine using llama.cpp, LM Studio, and Ollama. Please check our [github](https://github.com/K-intelligence-Midm/Midm-2.0) for more information
|
527 |
|
528 |
|
529 |
+
## Deployment
|
530 |
|
531 |
To serve Mi:dm 2.0 using [vLLM](https://github.com/vllm-project/vllm)(`>=0.8.0`) with an OpenAI-compatible API:
|
532 |
```bash
|
|
|
534 |
```
|
535 |
|
536 |
|
537 |
+
## Tutorials
|
538 |
To help our end-users easily use Mi:dm 2.0, we have provided comprehensive tutorials on [github](https://github.com/K-intelligence-Midm/Midm-2.0).
|
539 |
<br>
|
540 |
|
|
|
543 |
|
544 |
# More Information
|
545 |
|
546 |
+
## Limitation
|
547 |
* The training data for both Mi:dm 2.0 models consists primarily of English and Korean. Understanding and generation in other languages are not guaranteed.
|
548 |
|
549 |
* The model is not guaranteed to provide reliable advice in fields that require professional expertise, such as law, medicine, or finance.
|
|
|
551 |
* Researchers have made efforts to exclude unethical content from the training data — such as profanity, slurs, bias, and discriminatory language. However, despite these efforts, the model may still produce inappropriate expressions or factual inaccuracies.
|
552 |
|
553 |
|
554 |
+
## License
|
555 |
|
556 |
Mi:dm 2.0 is licensed under the [MIT License](./LICENSE).
|
557 |
|
|
|
568 |
url={},
|
569 |
}
|
570 |
``` -->
|
571 |
+
## Contact
|
572 |
Mi:dm 2.0 Technical Inquiries: [email protected]
|
573 |
|
574 |
<br>
|