Aryanne commited on
Commit
e05c6f3
·
1 Parent(s): e18e17e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - jondurbin/airoboros-2.2.1
4
+ tags:
5
+ - airoboros
6
+ - tinyllama
7
+ ---
8
+
9
+ Some GGUF v3 quantizations of the model [aloobun/TinyAiroboros-2.2.1](https://huggingface.co/aloobun/TinyAiroboros-2.2.1)
10
+
11
+ This model is a fine-tuned version of PY007/TinyLlama-1.1B-Chat-v0.3 (finetuned on 15k rows of airoboros-2.2.1 dataset)
12
+
13
+ ## lm-eval
14
+
15
+ ```
16
+ | Task |Version| Metric |Value | |Stderr|
17
+ |-------------|------:|--------|-----:|---|-----:|
18
+ |arc_challenge| 0|acc |0.2671|± |0.0129|
19
+ | | |acc_norm|0.2850|± |0.0132|
20
+ |arc_easy | 0|acc |0.5673|± |0.0102|
21
+ | | |acc_norm|0.5109|± |0.0103|
22
+ |boolq | 1|acc |0.6040|± |0.0086|
23
+ |hellaswag | 0|acc |0.4155|± |0.0049|
24
+ | | |acc_norm|0.5420|± |0.0050|
25
+ |openbookqa | 0|acc |0.2200|± |0.0185|
26
+ | | |acc_norm|0.3420|± |0.0212|
27
+ |piqa | 0|acc |0.7057|± |0.0106|
28
+ | | |acc_norm|0.6970|± |0.0107|
29
+ |winogrande | 0|acc |0.5714|± |0.0139|
30
+
31
+ ```
32
+ ## Usage:
33
+ It uses the llama2 prompt format.
34
+ ```
35
+ [INST] Write a short story about a dystopian society. [/INST]
36
+ ```