Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ This extended dataset, pairing optimized Triton with both original Triton and Py
|
|
38 |
|
39 |
This dataset was created through the following process:
|
40 |
|
41 |
-
1. **Extension of the Source Dataset:** The [GPUMODE/Inductor_Created_Data_Permissive](https://huggingface.co/datasets/GPUMODE/Inductor_Created_Data_Permissive) dataset was first extended to create the [TEEN-D/Code_Opt_Triton](https://
|
42 |
|
43 |
2. **Shuffling:** The resulting extended dataset was then shuffled using the `shuffle()` method provided by the `datasets` library. A fixed random seed was used to ensure reproducibility of the shuffling process.
|
44 |
|
|
|
38 |
|
39 |
This dataset was created through the following process:
|
40 |
|
41 |
+
1. **Extension of the Source Dataset:** The [GPUMODE/Inductor_Created_Data_Permissive](https://huggingface.co/datasets/GPUMODE/Inductor_Created_Data_Permissive) dataset was first extended to create the [TEEN-D/Code_Opt_Triton](https://huggingface.co/datasets/TEEN-D/Code_Opt_Triton) dataset. This involved pairing each optimized Triton code snippet with both its original Triton code (if available) and its corresponding Python code.
|
42 |
|
43 |
2. **Shuffling:** The resulting extended dataset was then shuffled using the `shuffle()` method provided by the `datasets` library. A fixed random seed was used to ensure reproducibility of the shuffling process.
|
44 |
|