ankit-ml11's picture
uploaded the model to hf
e519a3c verified

AutoMerge AI -CodeT5 Merge Conflict Resolver

This model is fine-tuned on Git merge conflict resolution data. It takes conflicted code (base, ours(branch_A), theirs(branch_B)) and outputs the resolved version.

Model

  • Base: Salesforce/codet5-small
  • Task : Merge Conflict Resolution

Input Format

<lbra> branch_a <sep> base <sep> branch_b <rbra>

Output

Resolved conflict sequence.

Training Details

  • Max conflict length: 500
  • Max resolve length: 200