Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.1-8B
|
4 |
+
---
|
5 |
+
|
6 |
+
A model based on Nostr notes. This is initial version which is not that aligned with Nostr yet. Expect updates to this same rep.
|
7 |
+
|
8 |
+
Base model instruct fine tuned using:
|
9 |
+
|
10 |
+
- nickrosh/Evol-Instruct-Code
|
11 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
12 |
+
- yingyingzhang/metamath-qwen2-math
|
13 |
+
- cognitivecomputations/dolphin-coder
|
14 |
+
- iamtarun/python_code_instructions_18k_alpaca
|
15 |
+
- OpenCoder-LLM/opc-sft-stage2
|
16 |
+
|