tryumanshow commited on
Commit
472bb23
·
verified ·
1 Parent(s): c86a45c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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