uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
Tinypus-1.5B - AWQ
|
11 |
+
- Model creator: https://huggingface.co/Ba2han/
|
12 |
+
- Original model: https://huggingface.co/Ba2han/Tinypus-1.5B/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
license: mit
|
20 |
+
datasets:
|
21 |
+
- garage-bAInd/Open-Platypus
|
22 |
+
pipeline_tag: text-generation
|
23 |
+
---
|
24 |
+
\***drumroll please**\*
|
25 |
+
|
26 |
+
**Introducing Tinypus!**
|
27 |
+
|
28 |
+

|
29 |
+
|
30 |
+
I passthrough merged base Tiny Llama Chat with itself, then fine-tuned with around 1/3 of Platypus dataset.
|
31 |
+
|
32 |
+
Observations:
|
33 |
+
|
34 |
+
- It's smarter (I think?)
|
35 |
+
|
36 |
+
- It sometimes throws "### Instruction:" line. This could be due to the platypus dataset, or the fact that I know jackshit about programming. You can add it to "custom stopping strings" in oobaboga.
|
37 |
+
|
38 |
+
- It may be possible to train very specialized mini experts and merge them???
|
39 |
+
|
40 |
+
**Template**
|
41 |
+
|
42 |
+
Same with TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
43 |
+
|
44 |
+
**Merge details**
|
45 |
+
|
46 |
+
slices:
|
47 |
+
- sources:
|
48 |
+
- model: E://text-generation-webui//models//TinyLlama
|
49 |
+
|
50 |
+
layer_range: [0, 12]
|
51 |
+
|
52 |
+
- sources:
|
53 |
+
|
54 |
+
- model: E://text-generation-webui//models//TinyLlama
|
55 |
+
|
56 |
+
layer_range: [4, 22]
|
57 |
+
|
58 |
+
merge_method: passthrough
|
59 |
+
|
60 |
+
dtype: bfloat16
|
61 |
+
|
62 |
+
**QLoRA Details**
|
63 |
+
|
64 |
+
Chunk Length: 1152
|
65 |
+
R/A: 64/128
|
66 |
+
Epoch: 1
|
67 |
+
q-k-v-o
|
68 |
+
|