bleugreen commited on
Commit
f0c9d4a
1 Parent(s): e96c274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ load_dataset("bleugreen/typescript-chunks")
36
 
37
  DatasetDict({
38
  train: Dataset({
39
- features: ['repo', 'path', 'type', 'content', 'summary', 'instruction'],
40
  num_rows: 89115
41
  })
42
  })
 
36
 
37
  DatasetDict({
38
  train: Dataset({
39
+ features: ['type', 'content', 'repo', 'path', 'language'],
40
  num_rows: 89115
41
  })
42
  })