Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Dataset Description
|
| 2 |
|
| 3 |
This dataset contains code snippets from Triton-based projects across GitHub, specifically filtered to include only repositories with permissive licenses (MIT, Apache, BSD, etc.). Each entry in the dataset includes:
|
|
@@ -84,7 +89,4 @@ with open('permissive_triton_dataset.json', 'r') as f:
|
|
| 84 |
# Using Parquet
|
| 85 |
import pandas as pd
|
| 86 |
df = pd.read_parquet('permissive_triton_dataset.parquet')
|
| 87 |
-
```
|
| 88 |
-
---
|
| 89 |
-
license: mit
|
| 90 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
## Dataset Description
|
| 7 |
|
| 8 |
This dataset contains code snippets from Triton-based projects across GitHub, specifically filtered to include only repositories with permissive licenses (MIT, Apache, BSD, etc.). Each entry in the dataset includes:
|
|
|
|
| 89 |
# Using Parquet
|
| 90 |
import pandas as pd
|
| 91 |
df = pd.read_parquet('permissive_triton_dataset.parquet')
|
| 92 |
+
```
|
|
|
|
|
|
|
|
|