Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
DeepSeekV2_pytorch
Commits
74df9bea
Commit
74df9bea
authored
Sep 02, 2024
by
zhaoying1
Browse files
added deepseekv2
parents
Pipeline
#1652
failed with stages
in 0 seconds
Changes
1000
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
80 additions
and
0 deletions
+80
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/question_selection.yaml
...al/tasks/bigbench/multiple_choice/question_selection.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/real_or_fake_text.yaml
...val/tasks/bigbench/multiple_choice/real_or_fake_text.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/reasoning_about_colored_objects.yaml
...ench/multiple_choice/reasoning_about_colored_objects.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/repeat_copy_logic.yaml
...val/tasks/bigbench/multiple_choice/repeat_copy_logic.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/rephrase.yaml
...0310/lm_eval/tasks/bigbench/multiple_choice/rephrase.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/riddle_sense.yaml
.../lm_eval/tasks/bigbench/multiple_choice/riddle_sense.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/ruin_names.yaml
...10/lm_eval/tasks/bigbench/multiple_choice/ruin_names.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/salient_translation_error_detection.yaml
.../multiple_choice/salient_translation_error_detection.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/scientific_press_release.yaml
...ks/bigbench/multiple_choice/scientific_press_release.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/semantic_parsing_in_context_sparc.yaml
...ch/multiple_choice/semantic_parsing_in_context_sparc.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/semantic_parsing_spider.yaml
...sks/bigbench/multiple_choice/semantic_parsing_spider.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/sentence_ambiguity.yaml
...al/tasks/bigbench/multiple_choice/sentence_ambiguity.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/similarities_abstraction.yaml
...ks/bigbench/multiple_choice/similarities_abstraction.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simp_turing_concept.yaml
...l/tasks/bigbench/multiple_choice/simp_turing_concept.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json.yaml
...asks/bigbench/multiple_choice/simple_arithmetic_json.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json_multiple_choice.yaml
...ltiple_choice/simple_arithmetic_json_multiple_choice.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json_subtasks.yaml
...ench/multiple_choice/simple_arithmetic_json_subtasks.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_multiple_targets_json.yaml
...tiple_choice/simple_arithmetic_multiple_targets_json.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_ethical_questions.yaml
...ks/bigbench/multiple_choice/simple_ethical_questions.yaml
+4
-0
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_text_editing.yaml
...l/tasks/bigbench/multiple_choice/simple_text_editing.yaml
+4
-0
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/question_selection.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
question_selection_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_question_selection_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/real_or_fake_text.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
real_or_fake_text_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_real_or_fake_text_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/reasoning_about_colored_objects.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
reasoning_about_colored_objects_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_reasoning_about_colored_objects_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/repeat_copy_logic.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
repeat_copy_logic_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_repeat_copy_logic_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/rephrase.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
rephrase_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_rephrase_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/riddle_sense.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
riddle_sense_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_riddle_sense_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/ruin_names.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
ruin_names_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_ruin_names_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/salient_translation_error_detection.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
salient_translation_error_detection_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_salient_translation_error_detection_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/scientific_press_release.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
scientific_press_release_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_scientific_press_release_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/semantic_parsing_in_context_sparc.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
semantic_parsing_in_context_sparc_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_semantic_parsing_in_context_sparc_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/semantic_parsing_spider.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
semantic_parsing_spider_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_semantic_parsing_spider_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/sentence_ambiguity.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
sentence_ambiguity_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_sentence_ambiguity_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/similarities_abstraction.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
similarities_abstraction_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_similarities_abstraction_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simp_turing_concept.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simp_turing_concept_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simp_turing_concept_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_arithmetic_json_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_arithmetic_json_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json_multiple_choice.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_arithmetic_json_multiple_choice_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_arithmetic_json_multiple_choice_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_json_subtasks.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_arithmetic_json_subtasks_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_arithmetic_json_subtasks_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_arithmetic_multiple_targets_json.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_arithmetic_multiple_targets_json_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_arithmetic_multiple_targets_json_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_ethical_questions.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_ethical_questions_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_ethical_questions_multiple_choice
LM-Evaluation-Harness-240310/lm_eval/tasks/bigbench/multiple_choice/simple_text_editing.yaml
0 → 100644
View file @
74df9bea
# Generated by utils.py
dataset_name
:
simple_text_editing_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_simple_text_editing_multiple_choice
Prev
1
…
37
38
39
40
41
42
43
44
45
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment