Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ https://mnc.ai/
|
|
13 |
We develop a diverse range of AI models and craft solutions tailored for business applications. In the realm of generative AI, our product development includes the Code Assistant, the TOD Chatbot, and LLMOps. We are also actively working on the development of Enterprise AGI (Artificial General Intelligence).
|
14 |
|
15 |
### Model Summary
|
16 |
-
based
|
17 |
|
18 |
|
19 |
### How to Use
|
@@ -38,6 +38,8 @@ for seq in sequences:
|
|
38 |
print(f"Result: {seq['generated_text']}")
|
39 |
```
|
40 |
|
|
|
|
|
41 |
|
42 |
### Contact
|
43 |
If you have any questions, please raise an issue or contact us at dwmyoung@mnc.ai
|
|
|
13 |
We develop a diverse range of AI models and craft solutions tailored for business applications. In the realm of generative AI, our product development includes the Code Assistant, the TOD Chatbot, and LLMOps. We are also actively working on the development of Enterprise AGI (Artificial General Intelligence).
|
14 |
|
15 |
### Model Summary
|
16 |
+
based beomi/llama-2-koen-13b, instruction tuned and dpo.
|
17 |
|
18 |
|
19 |
### How to Use
|
|
|
38 |
print(f"Result: {seq['generated_text']}")
|
39 |
```
|
40 |
|
41 |
+
### LICENSE
|
42 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, under LLAMA 2 COMMUNITY LICENSE AGREEMENT
|
43 |
|
44 |
### Contact
|
45 |
If you have any questions, please raise an issue or contact us at dwmyoung@mnc.ai
|