Datasets:
Update README to use mxeval naming
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ language:
|
|
59 |
|
60 |
## Dataset Description
|
61 |
|
62 |
-
- **Repository:** [GitHub Repository](https://github.com/amazon-science/
|
63 |
- **Paper:** [Multi-lingual Evaluation of Code Generation Models](https://openreview.net/forum?id=Bo7eeXm6An8)
|
64 |
|
65 |
### Dataset Summary
|
@@ -174,7 +174,7 @@ AWS AI Labs
|
|
174 |
## Execution
|
175 |
|
176 |
### Execution Example
|
177 |
-
Install the repo [
|
178 |
|
179 |
```python
|
180 |
>>> from datasets import load_dataset
|
|
|
59 |
|
60 |
## Dataset Description
|
61 |
|
62 |
+
- **Repository:** [GitHub Repository](https://github.com/amazon-science/mxeval)
|
63 |
- **Paper:** [Multi-lingual Evaluation of Code Generation Models](https://openreview.net/forum?id=Bo7eeXm6An8)
|
64 |
|
65 |
### Dataset Summary
|
|
|
174 |
## Execution
|
175 |
|
176 |
### Execution Example
|
177 |
+
Install the repo [mxeval](https://github.com/amazon-science/mxeval) to execute generations or canonical solutions for the prompts from this dataset.
|
178 |
|
179 |
```python
|
180 |
>>> from datasets import load_dataset
|