Skip to content

Commit

Permalink
add result
Browse files Browse the repository at this point in the history
  • Loading branch information
kumapo committed Oct 22, 2023
1 parent 679f918 commit 4c859e7
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"results": {
"jcommonsenseqa-1.2-0.2": {
"acc": 0.8194816800714924,
"acc_stderr": 0.011502953501835072,
"acc_norm": 0.7864164432529044,
"acc_norm_stderr": 0.012257144279902604
}
},
"versions": {
"jcommonsenseqa-1.2-0.2": 1.2
},
"config": {
"model": "hf-causal",
"model_args": "pretrained=stabilityai/japanese-stablelm-base-alpha-7b,use_fast=False,trust_remote_code=True,device_map=auto,torch_dtype=auto,load_in_8bit=True,offload_folder=/tmp,tokenizer=novelai/nerdstash-tokenizer-v1,additional_special_tokens=['▁▁']",
"num_fewshot": 3,
"batch_size": null,
"device": "cuda",
"no_cache": true,
"limit": null,
"bootstrap_iters": 100000,
"description_dict": {}
}
}

0 comments on commit 4c859e7

Please sign in to comment.