iNeil77 commited on
Commit
34c82b0
·
verified ·
1 Parent(s): d1a6d74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -9,10 +9,11 @@ This is a filtered version of `bigcode/the-stack-dedup` that subsets for the fol
9
 
10
  ```python
11
  [
12
- 'ada', 'assembly', 'awk', 'c', 'cpp', 'c-sharp', 'clojure', 'common-lisp', 'dart', 'erlang',
13
- 'f-sharp', 'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript', 'julia', 'kotlin',
14
- 'llvm', 'markdown', 'mathematica', 'pascal', 'perl', 'php', 'powershell', 'python', 'r', 'racket',
15
- 'ruby', 'rust', 'scala','shell', 'solidity', 'sparql', 'sql', 'stan', 'typescript', 'zig'
 
16
  ]
17
  ```
18
 
 
9
 
10
  ```python
11
  [
12
+ 'ada', 'assembly', 'awk', 'c', 'cpp', 'c-sharp', 'clojure', 'common-lisp', 'dart',
13
+ 'erlang', 'f-sharp', 'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript',
14
+ 'julia', 'kotlin', 'llvm', 'markdown', 'mathematica', 'pascal', 'perl', 'php',
15
+ 'powershell', 'python', 'r', 'racket', 'ruby', 'rust', 'scala','shell', 'solidity',
16
+ 'sparql', 'sql', 'stan', 'typescript', 'zig'
17
  ]
18
  ```
19