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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -12
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
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
12
  ## Model Details
13
 
14
- ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
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:** [More Information Needed]
32
  - **Paper [optional]:** [More Information Needed]
33
  - **Demo [optional]:** [More Information Needed]
34
 
35
  ## Uses
36
 
37
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
 
 
 
 
 
 
 
 
 
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