kuotient commited on
Commit
c5dda89
·
verified ·
1 Parent(s): 7f76497

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -37,6 +37,7 @@ Jisoo Kim(kuotient)
37
  [beomi/llama-2-koen-13b](https://huggingface.co/beomi/llama-2-koen-13b)
38
  #### **Datasets**
39
  - [sharegpt_deepl_ko_translation](https://huggingface.co/datasets/squarelike/sharegpt_deepl_ko_translation)
 
40
  - AIHUB
41
  - 기술과학 분야 한-영 번역 병렬 말뭉치 데이터
42
  - 일상생활 및 구어체 한-영 번역 병렬 말뭉치 데이터
@@ -73,6 +74,7 @@ DeepL:
73
  > 입자의 파동 함수 $\psi(x)$는 $$\psi(x)=\begin{cases}로 주어집니다. 3x & \text{if } -1 \leq x \leq 0 \\ 3(1-x) & \text{if } 0 < x \leq 1 \\ 0 & \text{기타} \end{cases}$$ 파동 함수 $\psi(x)$의 푸리에 변환인 $\tilde{\psi}(k)$를 계산하고 푸리에 반전 정리, 즉 $\psi(x) = \frac{1}{\sqrt{2\pi}}를 만족함을 증명합니다. \int_{-\infty}^{\infty} \물결표{\psi}(k) e^{ikx} \mathrm{d}k$.
74
 
75
  ...and much more awesome case with SQL query, code, markdowns!
 
76
  #### **How to**
77
  **I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
78
  Since, chat_template already contains insturction format above.
 
37
  [beomi/llama-2-koen-13b](https://huggingface.co/beomi/llama-2-koen-13b)
38
  #### **Datasets**
39
  - [sharegpt_deepl_ko_translation](https://huggingface.co/datasets/squarelike/sharegpt_deepl_ko_translation)
40
+ - [KOR-OpenOrca-Platypus-v3](https://huggingface.co/datasets/kyujinpy/KOR-OpenOrca-Platypus-v3)
41
  - AIHUB
42
  - 기술과학 분야 한-영 번역 병렬 말뭉치 데이터
43
  - 일상생활 및 구어체 한-영 번역 병렬 말뭉치 데이터
 
74
  > 입자의 파동 함수 $\psi(x)$는 $$\psi(x)=\begin{cases}로 주어집니다. 3x & \text{if } -1 \leq x \leq 0 \\ 3(1-x) & \text{if } 0 < x \leq 1 \\ 0 & \text{기타} \end{cases}$$ 파동 함수 $\psi(x)$의 푸리에 변환인 $\tilde{\psi}(k)$를 계산하고 푸리에 반전 정리, 즉 $\psi(x) = \frac{1}{\sqrt{2\pi}}를 만족함을 증명합니다. \int_{-\infty}^{\infty} \물결표{\psi}(k) e^{ikx} \mathrm{d}k$.
75
 
76
  ...and much more awesome case with SQL query, code, markdowns!
77
+
78
  #### **How to**
79
  **I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
80
  Since, chat_template already contains insturction format above.