CarrotAI commited on
Commit
39138fb
1 Parent(s): 98d211a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -18,6 +18,32 @@ tags:
18
 
19
  ## Model Detail
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## Quickstart
22
 
23
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
 
18
 
19
  ## Model Detail
20
 
21
+ ### Score
22
+
23
+ |Tasks||n-shot|Value |
24
+ |-----|------:|-----:|
25
+ |Kmmlu| 5|0.5059|
26
+
27
+
28
+ |Tasks|Version| Filter |n-shot| Metric | |Value | |Stderr|
29
+ |-----|------:|----------------|-----:|-----------|---|-----:|---|-----:|
30
+ |gsm8k| 3|flexible-extract| 5|exact_match|↑ |0.7854|± |0.0113|
31
+ | | |strict-match | 5|exact_match|↑ |0.7597|± |0.0118|
32
+
33
+ | Tasks |Version|Filter|n-shot| Metric | |Value | |Stderr|
34
+ |----------------|------:|------|-----:|--------|---|-----:|---|------|
35
+ |kobest_boolq | 1|none | 5|acc |↑ |0.9145|± |0.0075|
36
+ | | |none | 5|f1 |↑ |0.9145|± | N/A|
37
+ |kobest_copa | 1|none | 5|acc |↑ |0.7050|± |0.0144|
38
+ | | |none | 5|f1 |↑ |0.7045|± | N/A|
39
+ |kobest_hellaswag| 1|none | 5|acc |↑ |0.4600|± |0.0223|
40
+ | | |none | 5|acc_norm|↑ |0.5540|± |0.0223|
41
+ | | |none | 5|f1 |↑ |0.4564|± | N/A|
42
+ |kobest_sentineg | 1|none | 5|acc |↑ |0.9496|± |0.0110|
43
+ | | |none | 5|f1 |↑ |0.9496|± | N/A|
44
+ |kobest_wic | 1|none | 5|acc |↑ |0.7294|± |0.0125|
45
+ | | |none | 5|f1 |↑ |0.7258|± | N/A|
46
+
47
  ## Quickstart
48
 
49
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.