Add YAML metadata header
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# sero-nouscoder-14b-sft
|
| 2 |
|
| 3 |
A personal coding assistant fine-tuned on 11,711 real coding conversations from my daily development work.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: NousResearch/NousCoder-14B
|
| 4 |
+
tags:
|
| 5 |
+
- code
|
| 6 |
+
- coding-assistant
|
| 7 |
+
- solidity
|
| 8 |
+
- typescript
|
| 9 |
+
- python
|
| 10 |
+
- lora
|
| 11 |
+
- peft
|
| 12 |
+
- fine-tuned
|
| 13 |
+
datasets:
|
| 14 |
+
- 0xSero/sero-sft-conversations
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
+
library_name: peft
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
# sero-nouscoder-14b-sft
|
| 22 |
|
| 23 |
A personal coding assistant fine-tuned on 11,711 real coding conversations from my daily development work.
|