Skip to content

Commit

Permalink
Fix conflicts + YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Dec 20, 2024
1 parent f7e1f48 commit 52dcfe0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/brevitas_examples/llm/config/default_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ dataset: wikitext2
eval: false
export_prefix: null
export_target: null
few_shot_compile: false
few_shot_eval: false
few_shot_limit: null
few_shot_tasks:
- arc_challenge
- arc_easy
- winogrande
- piqa
few_shot_zeroshot: false
fuse_sequences: false
gpfq: false
gptq: false
Expand Down Expand Up @@ -60,10 +69,3 @@ weight_quant_format: int
weight_quant_granularity: per_group
weight_quant_type: sym
weight_scale_precision: float_scale
zero_shot_compile: false
zero_shot_eval: false
zero_shot_tasks:
- arc_challenge
- arc_easy
- winogrande
- piqa

0 comments on commit 52dcfe0

Please sign in to comment.