Update README.md
Browse files
README.md
CHANGED
@@ -56,8 +56,8 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
56 |
# π Dataset Format
|
57 |
|
58 |
Training data was in JSONL with fields:
|
59 |
-
"vb_code"
|
60 |
-
"csharp_code"
|
61 |
|
62 |
# π License
|
63 |
|
|
|
56 |
# π Dataset Format
|
57 |
|
58 |
Training data was in JSONL with fields:
|
59 |
+
- `"vb_code"`: VB.NET input
|
60 |
+
- `"csharp_code"`: corresponding C# output
|
61 |
|
62 |
# π License
|
63 |
|