Datasets:
mike-ravkine
commited on
Commit
•
432fae0
1
Parent(s):
71403b5
Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,22 @@ language:
|
|
7 |
- code
|
8 |
---
|
9 |
|
|
|
|
|
10 |
Original dataset: https://huggingface.co/datasets/jondurbin/rosettacode-raw/
|
11 |
|
12 |
Cleaner code: https://github.com/the-crypt-keeper/rosettacode-parser
|
13 |
|
14 |
-
Data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
One .jsonl is provided per language group, the sublanguage field in the data denotes the specific language version/variant or the source language the example was ported from.
|
17 |
|
|
|
7 |
- code
|
8 |
---
|
9 |
|
10 |
+
## Data Origins
|
11 |
+
|
12 |
Original dataset: https://huggingface.co/datasets/jondurbin/rosettacode-raw/
|
13 |
|
14 |
Cleaner code: https://github.com/the-crypt-keeper/rosettacode-parser
|
15 |
|
16 |
+
## Data Fields
|
17 |
+
|
18 |
+
|Field|Type|Description|
|
19 |
+
|---|---|---|
|
20 |
+
|title|string|problem title|
|
21 |
+
|task|string|problem description|
|
22 |
+
|language|string|solution language/variant|
|
23 |
+
|soulution|string|solution source code|
|
24 |
+
|
25 |
+
## Languages
|
26 |
|
27 |
One .jsonl is provided per language group, the sublanguage field in the data denotes the specific language version/variant or the source language the example was ported from.
|
28 |
|