Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Open-Orca/OpenOrca
|
5 |
+
- bigcode/starcoderdata
|
6 |
+
- cerebras/SlimPajama-627B
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
11 |
+
|
12 |
+
#### Base model:
|
13 |
+
This fine tune was done on the "early" version of tinyllama which suffers from a bug in dataset processing. See https://github.com/jzhang38/TinyLlama/issues/67.
|
14 |
+
|
15 |
+
|
16 |
+
#### Dataset:
|
17 |
+
Fine tuned on OpenOrca GPT4 subset for 1 epoch,Using CHATML format
|
18 |
+
|
19 |
+
#### Model License:
|
20 |
+
Apache 2.0, following the TinyLlama base model.
|
21 |
+
|
22 |
+
#### Hardware and training details:
|
23 |
+
Hardware: 1*RTX A5000, ~16 hours to complete 1 epoch. GPU from autodl.com, cost around $3 for this finetuning.
|
24 |
+
https://wandb.ai/jeff200402/TinyLlama-1.5T-alpha-Orca?workspace= for more details.
|