Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -74,12 +74,12 @@ An example of a dataset instance:
|
|
74 |
```
|
75 |
|
76 |
### Data Fields
|
77 |
-
- task_id: Unique identifier for a task.
|
78 |
-
- prompt_en: Function header and English docstrings as model input.
|
79 |
-
- prompt: Function header and Japanese docstrings, parallel to prompt_en.
|
80 |
-
- canonical_solution: The expected function implementation.
|
81 |
-
- test: Function to verify the correctness of generated code.
|
82 |
-
- entry_point: Function name to initiate the test.
|
83 |
|
84 |
### Data Splits
|
85 |
The dataset only consists of a test split with 164 samples.
|
|
|
74 |
```
|
75 |
|
76 |
### Data Fields
|
77 |
+
- `task_id` : Unique identifier for a task.
|
78 |
+
- `prompt_en` : Function header and English docstrings as model input.
|
79 |
+
- `prompt` : Function header and Japanese docstrings, parallel to prompt_en.
|
80 |
+
- `canonical_solution` : The expected function implementation.
|
81 |
+
- `test` : Function to verify the correctness of generated code.
|
82 |
+
- `entry_point` : Function name to initiate the test.
|
83 |
|
84 |
### Data Splits
|
85 |
The dataset only consists of a test split with 164 samples.
|