Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alvations
/
llm_harness_mistral_arc
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8bbfbf4
llm_harness_mistral_arc
/
tests.py
alvations
Add my new, shiny module.
8bbfbf4
11 months ago
raw
Copy download link
history
blame
Safe
219 Bytes
test_cases = [
{
"pretrained"
:
"mistralai/Mistral-7B-Instruct-v0.2"
,
"tasks"
: [
"arc_easy"
],
"result"
: {
'arc_easy'
: {
'acc'
:
0.8131313131313131
,
'acc_norm'
:
0.7680976430976431
}}
}]