tryumanshow
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
55 |
|
56 |
- `GSM8K` from [kuotient/gsm8k-ko](https://huggingface.co/datasets/kuotient/gsm8k-ko)
|
57 |
- `Chinese text non-display rate`
|
|
|
58 |
- Results measured from the top 1,000 entries of the [CarrotAI/ko-instruction-dataset](https://huggingface.co/datasets/CarrotAI/ko-instruction-dataset).
|
59 |
|
60 |
|
|
|
55 |
|
56 |
- `GSM8K` from [kuotient/gsm8k-ko](https://huggingface.co/datasets/kuotient/gsm8k-ko)
|
57 |
- `Chinese text non-display rate`
|
58 |
+
- A metric to measure the degree of code-mixing.
|
59 |
- Results measured from the top 1,000 entries of the [CarrotAI/ko-instruction-dataset](https://huggingface.co/datasets/CarrotAI/ko-instruction-dataset).
|
60 |
|
61 |
|