Update README.md
Browse files
README.md
CHANGED
|
@@ -17,13 +17,23 @@ datasets:
|
|
| 17 |
metrics:
|
| 18 |
- name: exact_match
|
| 19 |
type: exact_match
|
| 20 |
-
value:
|
|
|
|
|
|
|
|
|
|
| 21 |
- name: bleu
|
| 22 |
type: bleu
|
| 23 |
-
value:
|
| 24 |
- name: rouge-l
|
| 25 |
type: rouge
|
| 26 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
model-index:
|
| 28 |
- name: KiteResolve-20B
|
| 29 |
results:
|
|
@@ -31,15 +41,24 @@ model-index:
|
|
| 31 |
type: text-generation
|
| 32 |
name: Merge Conflict Resolution
|
| 33 |
metrics:
|
| 34 |
-
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
# 🪁 KiteResolve-20B: AI-Powered Merge Conflict Resolution
|
|
@@ -60,7 +79,7 @@ model-index:
|
|
| 60 |
### ✨ Key Features
|
| 61 |
|
| 62 |
- 🎯 **20% Exact Match Accuracy** on real-world merge conflicts
|
| 63 |
-
- 📈 **
|
| 64 |
- 🌐 **Multi-Language Support**: Java, JavaScript, Python, C#, TypeScript, and more
|
| 65 |
- ⚡ **Fast Inference**: Optimized for CLI and webhook integrations
|
| 66 |
- 🔧 **Production Ready**: Designed for enterprise Git workflows
|
|
@@ -114,4 +133,4 @@ print(resolution)
|
|
| 114 |
### Ollama 🦙️
|
| 115 |
```bash
|
| 116 |
ollama run hf.co/SoarAILabs/KiteResolve-20B/model-q4_k_m.gguf
|
| 117 |
-
```
|
|
|
|
| 17 |
metrics:
|
| 18 |
- name: exact_match
|
| 19 |
type: exact_match
|
| 20 |
+
value: 22.0
|
| 21 |
+
- name: token_f1
|
| 22 |
+
type: f1
|
| 23 |
+
value: 0.617
|
| 24 |
- name: bleu
|
| 25 |
type: bleu
|
| 26 |
+
value: 50.82
|
| 27 |
- name: rouge-l
|
| 28 |
type: rouge
|
| 29 |
+
value: 58.64
|
| 30 |
+
- name: levenshtein_sim
|
| 31 |
+
type: similarity
|
| 32 |
+
value: 0.549
|
| 33 |
+
- name: char_similarity
|
| 34 |
+
type: similarity
|
| 35 |
+
value: 0.765
|
| 36 |
+
|
| 37 |
model-index:
|
| 38 |
- name: KiteResolve-20B
|
| 39 |
results:
|
|
|
|
| 41 |
type: text-generation
|
| 42 |
name: Merge Conflict Resolution
|
| 43 |
metrics:
|
| 44 |
+
- name: Exact Match
|
| 45 |
+
type: exact_match
|
| 46 |
+
value: 22.0
|
| 47 |
+
- name: Token F1
|
| 48 |
+
type: f1
|
| 49 |
+
value: 0.617
|
| 50 |
+
- name: BLEU
|
| 51 |
+
type: bleu
|
| 52 |
+
value: 50.82
|
| 53 |
+
- name: ROUGE-L
|
| 54 |
+
type: rouge
|
| 55 |
+
value: 58.64
|
| 56 |
+
- name: Levenshtein Similarity
|
| 57 |
+
type: similarity
|
| 58 |
+
value: 0.549
|
| 59 |
+
- name: Character Similarity
|
| 60 |
+
type: similarity
|
| 61 |
+
value: 0.765
|
| 62 |
---
|
| 63 |
|
| 64 |
# 🪁 KiteResolve-20B: AI-Powered Merge Conflict Resolution
|
|
|
|
| 79 |
### ✨ Key Features
|
| 80 |
|
| 81 |
- 🎯 **20% Exact Match Accuracy** on real-world merge conflicts
|
| 82 |
+
- 📈 **12% Token-F1 Score Improvement** over base model
|
| 83 |
- 🌐 **Multi-Language Support**: Java, JavaScript, Python, C#, TypeScript, and more
|
| 84 |
- ⚡ **Fast Inference**: Optimized for CLI and webhook integrations
|
| 85 |
- 🔧 **Production Ready**: Designed for enterprise Git workflows
|
|
|
|
| 133 |
### Ollama 🦙️
|
| 134 |
```bash
|
| 135 |
ollama run hf.co/SoarAILabs/KiteResolve-20B/model-q4_k_m.gguf
|
| 136 |
+
```
|