Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Overview
|
| 2 |
|
| 3 |
`dataset_permissive{.json/.parquet}` is a curated collection of pairs of pytorch programs and equivalent triton code (generated by torch inductor) which can be used to train models to translate pytorch code to triton code.
|
|
@@ -73,7 +78,4 @@ The `dataset_permissive` contains only repositories with permissive licenses, in
|
|
| 73 |
- Unlicense
|
| 74 |
- zlib License
|
| 75 |
|
| 76 |
-
The dataset itself is provided for research and development purposes. Users should still verify the license of individual repositories before using their code in production or commercial settings.
|
| 77 |
-
---
|
| 78 |
-
license: mit
|
| 79 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
## Overview
|
| 7 |
|
| 8 |
`dataset_permissive{.json/.parquet}` is a curated collection of pairs of pytorch programs and equivalent triton code (generated by torch inductor) which can be used to train models to translate pytorch code to triton code.
|
|
|
|
| 78 |
- Unlicense
|
| 79 |
- zlib License
|
| 80 |
|
| 81 |
+
The dataset itself is provided for research and development purposes. Users should still verify the license of individual repositories before using their code in production or commercial settings.
|
|
|
|
|
|
|
|
|