Skip to content

Commit

Permalink
delete inrelavant tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
hanqiu-hq committed Jun 5, 2024
1 parent 15f1ab4 commit 6727093
Show file tree
Hide file tree
Showing 260 changed files with 14 additions and 13,193 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ accelerate launch --num_processes=1 -m lmms_eval \
accelerate launch --num_processes=1 -m lmms_eval \
--model llava \
--model_args pretrained="liuhaotian/llava-v1.5-7b" \
--tasks lhqa_complete_conversation,lhqa_complete_conversation_ppl,lhqa_complete_description,lhqa_complete_description_ppl \
--tasks lhqa_complete_description,lhqa_complete_description_ppl,lhqa_complete_conversation,lhqa_complete_conversation_ppl \
--batch_size 1 \
--log_samples \
--log_samples_suffix llava_v15_7b_lhqa_completion \
Expand All @@ -41,6 +41,19 @@ accelerate launch --num_processes=1 -m lmms_eval \
| LLaVA-1.5-13b | llava | "liuhaotian/llava-v1.5-13b" |
| LLaVA-1.6-7b | llava | "liuhaotian/llava-v1.6-mistral-7b,conv_template=mistral_instruct" |

### The evaluated sub-items in LongHalQA are:


| Hallucinaiton Discrimination | Hallucination Completion |
|:---------------------------------|:-------------------------------|
| lhqa_discrim_object_binary | lhqa_complete_description |
| lhqa_discrim_description_binary | lhqa_complete_description_ppl |
| lhqa_discrim_conversation_binary | lhqa_complete_conversation |
| lhqa_discrim_description_choice | lhqa_complete_conversation_ppl |
| lhqa_discrim_description_ppl | |
| lhqa_discrim_conversation_choice | |
| lhqa_discrim_conversation_ppl | |


# Acknowledgement

Expand Down
36 changes: 0 additions & 36 deletions lmms_eval/tasks/ai2d/ai2d.yaml

This file was deleted.

117 changes: 0 additions & 117 deletions lmms_eval/tasks/ai2d/upload_ai2d.py

This file was deleted.

27 changes: 0 additions & 27 deletions lmms_eval/tasks/ai2d/utils.py

This file was deleted.

34 changes: 0 additions & 34 deletions lmms_eval/tasks/chartqa/chartqa.yaml

This file was deleted.

129 changes: 0 additions & 129 deletions lmms_eval/tasks/chartqa/upload_chartqa.py

This file was deleted.

Loading

0 comments on commit 6727093

Please sign in to comment.