loubnabnl HF staff commited on
Commit
c3cfcde
1 Parent(s): 04a1512

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -22,9 +22,7 @@ task_ids:
22
  # HumanEval-X
23
 
24
  ## Dataset Description
25
- [HumanEval-X](https://github.com/THUDM/CodeGeeX) is a benchmark for the evaluation of the multilingual ability of code generative models. It consists of 820 high-quality human-crafted data samples (each with test cases) in Python, C++, Java, JavaScript, and Go, and can be used for various tasks.
26
-
27
- The dataset is currently used for two tasks: code generation and code translation. For code generation, the model uses declaration and docstring as input to generate the solution. For code translation, the model uses declarations in both languages and the solution in the source language as input, to generate solutions in the target language.
28
 
29
  ## Languages
30
 
 
22
  # HumanEval-X
23
 
24
  ## Dataset Description
25
+ [HumanEval-X](https://github.com/THUDM/CodeGeeX) is a benchmark for evaluating the multilingual ability of code generative models. It consists of 820 high-quality human-crafted data samples (each with test cases) in Python, C++, Java, JavaScript, and Go, and can be used for various tasks, such as code generation and translation.
 
 
26
 
27
  ## Languages
28