pszemraj commited on
Commit
b8fe804
1 Parent(s): 6a8b823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -15,6 +15,27 @@ This is a layer-pruned language model created using [mergekit](https://github.co
15
 
16
  ![image](phi3small.png)
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Usage
19
 
20
  While some further pre-training will be good, it seems capable of generating coherent text as is.
 
15
 
16
  ![image](phi3small.png)
17
 
18
+ ## Quick eval
19
+
20
+ Quick eval for: pszemraj/Phi-3-small-8k-prune6
21
+
22
+
23
+ hf (pretrained=pszemraj/Phi-3-small-8k-prune6,trust_remote_code=True,dtype=bfloat16), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: 2
24
+
25
+ | Tasks |Version|Filter|n-shot| Metric | Value | |Stderr|
26
+ |--------------|------:|------|-----:|----------|------:|---|-----:|
27
+ |arc_easy | 1|none | 0|acc | 0.7479|± |0.0089|
28
+ | | |none | 0|acc_norm | 0.7125|± |0.0093|
29
+ |boolq | 2|none | 0|acc | 0.7489|± |0.0076|
30
+ |lambada_openai| 1|none | 0|perplexity|27.3270|± |1.0861|
31
+ | | |none | 0|acc | 0.3600|± |0.0067|
32
+ |openbookqa | 1|none | 0|acc | 0.3360|± |0.0211|
33
+ | | |none | 0|acc_norm | 0.4020|± |0.0219|
34
+ |piqa | 1|none | 0|acc | 0.7182|± |0.0105|
35
+ | | |none | 0|acc_norm | 0.7329|± |0.0103|
36
+ |winogrande | 1|none | 0|acc | 0.7143|± |0.0127|
37
+
38
+
39
  ## Usage
40
 
41
  While some further pre-training will be good, it seems capable of generating coherent text as is.