Commit
•
010bc36
1
Parent(s):
3219390
Update README.md (#2)
Browse files- Update README.md (3c3a02ad57844dfcbc1cd27cd80d9cb01edf5424)
Co-authored-by: Herbie Bradley <[email protected]>
README.md
CHANGED
@@ -35,7 +35,8 @@ The model was trained for 44574 steps (1 epoch) on 8 A100 GPUs.
|
|
35 |
|
36 |
Each file was formatted as follows for input to the language model:
|
37 |
|
38 |
-
|
|
|
39 |
<BEF> {INPUT_FILE}
|
40 |
<MSG> {COMMIT_MESSAGE}
|
41 |
<DFF> {FILE_DIFF}
|
|
|
35 |
|
36 |
Each file was formatted as follows for input to the language model:
|
37 |
|
38 |
+
```
|
39 |
+
<NME> {FILE_NAME}
|
40 |
<BEF> {INPUT_FILE}
|
41 |
<MSG> {COMMIT_MESSAGE}
|
42 |
<DFF> {FILE_DIFF}
|