cloudyu commited on
Commit
d00ebb5
1 Parent(s): 1b28e29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,11 +14,11 @@ MoE of the following models by powerful mergekit :
14
 
15
 
16
  * Local Test
17
- * hf (pretrained=cloudyu/Mixtral_11Bx2_MoE_19B,load_in_8bit=True), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: 64
18
  | Tasks |Version|Filter|n-shot| Metric |Value | |Stderr|
19
  |---------|-------|------|-----:|--------|-----:|---|-----:|
20
- |hellaswag|Yaml |none | 0|acc |0.6911|± |0.0046|
21
- | | |none | 0|acc_norm|0.8647|± |0.0034|
22
 
23
 
24
  gpu code example
 
14
 
15
 
16
  * Local Test
17
+ * hf (pretrained=cloudyu/Mixtral_11Bx2_MoE_19B), gen_kwargs: (None), limit: None, num_fewshot: 10, batch_size: auto (32)
18
  | Tasks |Version|Filter|n-shot| Metric |Value | |Stderr|
19
  |---------|-------|------|-----:|--------|-----:|---|-----:|
20
+ |hellaswag|Yaml |none | 10|acc |0.7142|± |0.0045|
21
+ | | |none | 10|acc_norm|0.8819|± |0.0032|
22
 
23
 
24
  gpu code example