Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
### reasoning example : input
|
| 6 |
```
|
|
@@ -59,4 +64,11 @@ x = √2
|
|
| 59 |
</think>
|
| 60 |
|
| 61 |
2의 제곱근은 √2입니다.
|
| 62 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
language:
|
| 5 |
+
- ko
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- K-intelligence/Midm-2.0-Mini-Instruct
|
| 9 |
---
|
| 10 |
### reasoning example : input
|
| 11 |
```
|
|
|
|
| 64 |
</think>
|
| 65 |
|
| 66 |
2의 제곱근은 √2입니다.
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
## License
|
| 70 |
+
- K-intelligence/Midm-2.0-Mini-Instruct : https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
## Acknowledgement
|
| 74 |
+
This research is supported by **TPU Research Cloud program**.
|