mrs83 commited on
Commit
2ba3bb9
·
verified ·
1 Parent(s): b2f2aa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - lucasmccabe-lmi/CodeAlpaca-20k
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - Qwen/Qwen2.5-Coder-0.5B-Instruct
11
+ pipeline_tag: text-generation
12
+ library_name: peft
13
+ tags:
14
+ - text-generation-inference
15
+ - code
16
+ ---