Update README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,53 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: codellama/CodeLlama-7b-hf
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
|
10 |
|
11 |
|
12 |
## Model Details
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
|
18 |
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **
|
22 |
-
- **
|
23 |
-
- **Language(s) (NLP):** [More Information Needed]
|
24 |
-
- **License:** [More Information Needed]
|
25 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
26 |
|
27 |
### Model Sources [optional]
|
28 |
|
29 |
<!-- Provide the basic links for the model. -->
|
30 |
|
31 |
-
- **Repository:**
|
32 |
- **Paper [optional]:** [More Information Needed]
|
33 |
- **Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
## Uses
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
### Direct Use
|
40 |
|
@@ -204,4 +217,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
204 |
### Framework versions
|
205 |
|
206 |
|
207 |
-
- PEFT 0.6.0.dev0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: codellama/CodeLlama-7b-hf
|
4 |
+
license: llama2
|
5 |
+
datasets:
|
6 |
+
- codys12/MergeLlama
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
|
10 |
# Model Card for Model ID
|
11 |
|
12 |
+
Automated merge conflict resolution
|
13 |
|
14 |
|
15 |
|
16 |
## Model Details
|
17 |
|
18 |
+
Peft finetune of CodeLlama-7b
|
19 |
|
20 |
+
### Model Description
|
21 |
|
22 |
|
23 |
|
24 |
+
- **Developed by:** DreamcatcherAI
|
25 |
+
- **License:** llama2
|
26 |
+
- **Finetuned from model [optional]:** CodeLlama-7b
|
|
|
|
|
|
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
+
- **Repository:** codys12/MergeLlama-7b
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
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
|
50 |
+
|
51 |
|
52 |
### Direct Use
|
53 |
|
|
|
217 |
### Framework versions
|
218 |
|
219 |
|
220 |
+
- PEFT 0.6.0.dev0
|