Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: LittleInstructionMaker-4B-v0.1
|
4 |
datasets:
|
5 |
- cognitivecomputations/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
6 |
- mlabonne/FineTome-100k
|
@@ -8,6 +8,10 @@ datasets:
|
|
8 |
- m-a-p/Code-Feedback
|
9 |
language:
|
10 |
- en
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
# LittleInstructionMaker-4B-v0.2
|
13 |
|
@@ -22,9 +26,14 @@ language:
|
|
22 |
| | |none |None |percent_parseable|100.0000|± |0.0000|
|
23 |
|winogrande| 1|none | 5|acc |0.7703|± |0.0118|
|
24 |
|
|
|
|
|
|
|
25 |
|
26 |
### Usage example
|
27 |
|
|
|
|
|
28 |
```python
|
29 |
import torch
|
30 |
from unsloth import FastLanguageModel
|
@@ -75,4 +84,4 @@ Input: nums = [1, 2, 3, 4, 5]
|
|
75 |
Output: 3
|
76 |
Explanation: After sorting the list, we have [1, 2, 3, 4, 5]. There are five elements, so the median is 3.
|
77 |
|
78 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: trollek/LittleInstructionMaker-4B-v0.1
|
4 |
datasets:
|
5 |
- cognitivecomputations/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
6 |
- mlabonne/FineTome-100k
|
|
|
8 |
- m-a-p/Code-Feedback
|
9 |
language:
|
10 |
- en
|
11 |
+
tags:
|
12 |
+
- merge
|
13 |
+
- mergekit
|
14 |
+
- llama-factory
|
15 |
---
|
16 |
# LittleInstructionMaker-4B-v0.2
|
17 |
|
|
|
26 |
| | |none |None |percent_parseable|100.0000|± |0.0000|
|
27 |
|winogrande| 1|none | 5|acc |0.7703|± |0.0118|
|
28 |
|
29 |
+
## Quants
|
30 |
+
You have my thanks, [cgus](https://huggingface.co/cgus)!
|
31 |
+
* [cgus/LittleInstructionMaker-4B-v0.2-iMat-GGUF](https://huggingface.co/cgus/LittleInstructionMaker-4B-v0.2-iMat-GGUF)
|
32 |
|
33 |
### Usage example
|
34 |
|
35 |
+
With [Magpie](https://arxiv.org/abs/2406.08464) inspired prompt creation which can then be used for anything your imagination can handle.
|
36 |
+
|
37 |
```python
|
38 |
import torch
|
39 |
from unsloth import FastLanguageModel
|
|
|
84 |
Output: 3
|
85 |
Explanation: After sorting the list, we have [1, 2, 3, 4, 5]. There are five elements, so the median is 3.
|
86 |
|
87 |
+
```
|