Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
5 |
|
@@ -31,4 +36,12 @@ The following `bitsandbytes` quantization config was used during training:
|
|
31 |
|
32 |
- PEFT 0.5.0
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- lucasmccabe-lmi/CodeAlpaca-20k
|
6 |
+
language:
|
7 |
+
- en
|
8 |
---
|
9 |
## Training procedure
|
10 |
|
|
|
36 |
|
37 |
- PEFT 0.5.0
|
38 |
|
39 |
+
### Citation
|
40 |
+
```
|
41 |
+
@misc{DeciFoundationModels,
|
42 |
+
title = {DeciCoder},
|
43 |
+
author = {DeciAI Research Team},
|
44 |
+
year = {2023}
|
45 |
+
url={[https://huggingface.co/deci/decicoder-1b](https://huggingface.co/deci/decicoder-1b)},
|
46 |
+
}
|
47 |
+
```
|