peterjandre commited on
Commit
0231716
Β·
verified Β·
1 Parent(s): 43420b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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": VB.NET input
60
- "csharp_code": corresponding C# output
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