File size: 746 Bytes
7c66a0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6399c2f
7c66a0d
6399c2f
 
7c66a0d
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: entry_point
    dtype: string
  - name: original_triton_code
    dtype: string
  - name: python_code
    dtype: string
  - name: triton_code
    dtype: string
  - name: repo_name
    dtype: string
  - name: module_name
    dtype: string
  - name: synthetic
    dtype: bool
  - name: uuid
    dtype: int64
  - name: licenses
    sequence: string
  - name: stars
    dtype: int64
  - name: sha
    dtype: string
  - name: repo_link
    dtype: string
  - name: pytorch_code
    dtype: string
  splits:
  - name: train
    num_bytes: 427199230
    num_examples: 18162
  download_size: 95285582
  dataset_size: 427199230
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---