Skip to content

Commit 92d9664

Browse files
committed
fix: update request template
1 parent 05490a2 commit 92d9664

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.github/ISSUE_TEMPLATE/buggy_contract.yml

100644100755
File mode changed.

.github/ISSUE_TEMPLATE/buggy_test.yml

100644100755
File mode changed.

.github/ISSUE_TEMPLATE/config.yml

100644100755
File mode changed.

.github/ISSUE_TEMPLATE/model_eval_request.yml

100644100755
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🤗 Model Evaluation Request"
2-
description: Request EvalPlus maintainers to evaluate your model independently and update it on our leaderboard.
2+
description: Request BigCodeBench maintainers to evaluate your model independently and update it on our leaderboard.
33
title: "🤗 [REQUEST] - <MODEL_NAME>"
44
labels: ["model eval"]
55
body:
@@ -19,19 +19,6 @@ body:
1919
placeholder: https://huggingface.co/[???]/[???]
2020
validations:
2121
required: true
22-
- type: dropdown
23-
id: dtype
24-
attributes:
25-
label: "Data type"
26-
description: What is the intended data type for running the model?
27-
multiple: false
28-
options:
29-
- "float16"
30-
- "bfloat16"
31-
- "float32"
32-
- "None of above: specify the details in the 'Other context' section"
33-
validations:
34-
required: true
3522
- type: textarea
3623
id: other
3724
attributes:

0 commit comments

Comments
 (0)