Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
remove flaky gptq models
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jun 24, 2024
1 parent 616fce8 commit 3c5a7f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions neuralmagic/lm-eval/full-small-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@
value: 0.74
limit: 250
num_fewshot: 5

# ./nm-run-lm-eval-gsm-hf-baseline -m TechxGenus/Meta-Llama-3-8B-Instruct-GPTQ -b 32 -d cuda -l 250 -f 5
- model_name: "TechxGenus/Meta-Llama-3-8B-Instruct-GPTQ"
tasks:
- name: "gsm8k"
metrics:
- name: "exact_match,strict-match"
value: 0.684
- name: "exact_match,flexible-extract"
value: 0.688
limit: 250
num_fewshot: 5
12 changes: 0 additions & 12 deletions neuralmagic/lm-eval/smoke-small-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@
value: 0.74
limit: 250
num_fewshot: 5

# ./nm-run-lm-eval-gsm-hf-baseline.sh -m TechxGenus/Meta-Llama-3-8B-Instruct-GPTQ -b 32 -d cuda -l 250 -f 5
- model_name: "TechxGenus/Meta-Llama-3-8B-Instruct-GPTQ"
tasks:
- name: "gsm8k"
metrics:
- name: "exact_match,strict-match"
value: 0.684
- name: "exact_match,flexible-extract"
value: 0.688
limit: 250
num_fewshot: 5

0 comments on commit 3c5a7f5

Please sign in to comment.