PEFT
English
Kartik305 commited on
Commit
04dfcca
·
verified ·
1 Parent(s): 0ff838b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,11 +1,16 @@
1
  ---
2
  library_name: peft
3
  base_model: bigcode/starcoderbase
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -13,7 +18,7 @@ base_model: bigcode/starcoderbase
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
 
1
  ---
2
  library_name: peft
3
  base_model: bigcode/starcoderbase
4
+ license: apache-2.0
5
+ datasets:
6
+ - bigcode/the-stack-smol
7
+ language:
8
+ - en
9
  ---
10
 
11
  # Model Card for Model ID
12
 
13
+ A dummy model finetuned on the python subset of `bigcode/the-stack-smol` for 100 steps to create PEFT adaptors.
14
 
15
 
16
 
 
18
 
19
  ### Model Description
20
 
21
+ A dummy model finetuned on the python subset of `bigcode/the-stack-smol` for 100 steps to create PEFT adaptors.
22
 
23
 
24