Update README.md
#2
by
HyperionHF
- opened
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}
|