Spaces:
Build error
Build error
log file for acc: 0.787
Browse files
logs/internlm2_5-7b-chat-1m_0.787.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results/mgtv-results_internlm_best.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
scripts/eval-mgtv-best.sh
CHANGED
@@ -17,10 +17,11 @@ grep MemTotal /proc/meminfo
|
|
17 |
#cd ../LLaMA-Factory && pip install -e .[torch,bitsandbytes]
|
18 |
|
19 |
pip install transformers==4.41.2
|
20 |
-
|
21 |
|
22 |
export MODEL_NAME=internlm/internlm2_5-7b-chat-1m
|
23 |
-
export ADAPTER_NAME_OR_PATH=
|
|
|
24 |
export LOGICAL_REASONING_DATA_PATH=datasets/mgtv
|
25 |
export LOGICAL_REASONING_RESULTS_PATH=results/mgtv-results_internlm_best.csv
|
26 |
export USE_FLOAT32_FOR_INFERENCE=true
|
|
|
17 |
#cd ../LLaMA-Factory && pip install -e .[torch,bitsandbytes]
|
18 |
|
19 |
pip install transformers==4.41.2
|
20 |
+
export USING_LLAMA_FACTORY=true
|
21 |
|
22 |
export MODEL_NAME=internlm/internlm2_5-7b-chat-1m
|
23 |
+
export ADAPTER_NAME_OR_PATH=llama-factory/saves/internlm2_5_7b/lora/sft_bf16_p2_full/checkpoint-88
|
24 |
+
#export ADAPTER_NAME_OR_PATH=inflaton-ai/InternLM_2_5-7b_LoRA-Adapter
|
25 |
export LOGICAL_REASONING_DATA_PATH=datasets/mgtv
|
26 |
export LOGICAL_REASONING_RESULTS_PATH=results/mgtv-results_internlm_best.csv
|
27 |
export USE_FLOAT32_FOR_INFERENCE=true
|