aniketp2009gmail commited on
Commit
5864958
·
verified ·
1 Parent(s): 0a4c29b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Phi-3 BiLoRA Code Review
2
 
3
  This model is a fine-tuned version of `microsoft/Phi-3-mini-4k-instruct` using BiLoRA (Dual-Adapter LoRA) for code review tasks, specifically code generation and docstring generation.
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ datasets:
5
+ - mbpp
6
+ - google/code_x_glue_ct_code_to_text
7
+ language:
8
+ - en
9
+ - py
10
+ tags:
11
+ - code-generation
12
+ - docstring-generation
13
+ - code-review
14
+ - bilora
15
+ ---
16
+
17
  # Phi-3 BiLoRA Code Review
18
 
19
  This model is a fine-tuned version of `microsoft/Phi-3-mini-4k-instruct` using BiLoRA (Dual-Adapter LoRA) for code review tasks, specifically code generation and docstring generation.