Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,55 @@ metrics:
|
|
| 19 |
|
| 20 |
## Model Details
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
### Model Description
|
| 23 |
|
| 24 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
|
| 19 |
|
| 20 |
## Model Details
|
| 21 |
|
| 22 |
+
Evaluating generations...
|
| 23 |
+
{
|
| 24 |
+
"humaneval": {
|
| 25 |
+
"pass@1": 0.32499999999999996,
|
| 26 |
+
"pass@10": 0.4329268292682927
|
| 27 |
+
},
|
| 28 |
+
"config": {
|
| 29 |
+
"prefix": "",
|
| 30 |
+
"do_sample": true,
|
| 31 |
+
"temperature": 0.2,
|
| 32 |
+
"top_k": 0,
|
| 33 |
+
"top_p": 0.95,
|
| 34 |
+
"n_samples": 10,
|
| 35 |
+
"eos": "<|endoftext|>",
|
| 36 |
+
"seed": 0,
|
| 37 |
+
"model": "tyson0420/stack_codellama-7b-inst",
|
| 38 |
+
"modeltype": "causal",
|
| 39 |
+
"peft_model": null,
|
| 40 |
+
"revision": null,
|
| 41 |
+
"use_auth_token": false,
|
| 42 |
+
"trust_remote_code": false,
|
| 43 |
+
"tasks": "humaneval",
|
| 44 |
+
"instruction_tokens": null,
|
| 45 |
+
"batch_size": 10,
|
| 46 |
+
"max_length_generation": 512,
|
| 47 |
+
"precision": "fp32",
|
| 48 |
+
"load_in_8bit": false,
|
| 49 |
+
"load_in_4bit": false,
|
| 50 |
+
"left_padding": false,
|
| 51 |
+
"limit": null,
|
| 52 |
+
"limit_start": 0,
|
| 53 |
+
"save_every_k_tasks": -1,
|
| 54 |
+
"postprocess": true,
|
| 55 |
+
"allow_code_execution": true,
|
| 56 |
+
"generation_only": false,
|
| 57 |
+
"load_generations_path": null,
|
| 58 |
+
"load_data_path": null,
|
| 59 |
+
"metric_output_path": "evaluation_results.json",
|
| 60 |
+
"save_generations": false,
|
| 61 |
+
"load_generations_intermediate_paths": null,
|
| 62 |
+
"save_generations_path": "generations.json",
|
| 63 |
+
"save_references": false,
|
| 64 |
+
"save_references_path": "references.json",
|
| 65 |
+
"prompt": "prompt",
|
| 66 |
+
"max_memory_per_gpu": null,
|
| 67 |
+
"check_references": false
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
### Model Description
|
| 72 |
|
| 73 |
<!-- Provide a longer summary of what this model is. -->
|