mike-ravkine commited on
Commit
958b437
1 Parent(s): f69f642

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,6 +6,8 @@ task_categories:
6
 
7
  Original dataset: https://huggingface.co/datasets/jondurbin/rosettacode-raw/
8
 
9
- Cleaner code: https://gist.github.com/the-crypt-keeper/94e72696ff4f2ba0355e6bfc83e97341
10
 
11
- 565 of the input articles were converted into 1664 rows of {title, language, task, solution} for C, C++, Python and JavaScript
 
 
 
6
 
7
  Original dataset: https://huggingface.co/datasets/jondurbin/rosettacode-raw/
8
 
9
+ Cleaner code: https://github.com/the-crypt-keeper/rosettacode-parser
10
 
11
+ Data format: {title, language, task, solution}
12
+
13
+ Languages: C, C++, Python and JavaScript