Text Generation
PEFT
PyTorch
llama
codys12 commited on
Commit
8dd67c9
1 Parent(s): 508c9a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,13 +37,13 @@ Peft finetune of CodeLlama-7b
37
 
38
  Input should be formatted as
39
 
40
- "
41
  <<<<<<<
42
  Incoming Change
43
  =======
44
  Base
45
  >>>>>>>
46
- "
47
 
48
  MergeLlama will provide the resolution.
49
  You can chain multiple conflicts/resolutions for improved context
 
37
 
38
  Input should be formatted as
39
 
40
+ ```
41
  <<<<<<<
42
  Incoming Change
43
  =======
44
  Base
45
  >>>>>>>
46
+ ```
47
 
48
  MergeLlama will provide the resolution.
49
  You can chain multiple conflicts/resolutions for improved context