Compare commits

...

2 Commits

Author SHA1 Message Date
wql 8793d13920 update: update gitignore 2024-08-20 17:31:35 +08:00
wql 9411239d8d change: change for batch run 2024-08-20 17:25:47 +08:00
7 changed files with 18 additions and 6 deletions

12
.gitignore vendored
View File

@ -166,3 +166,15 @@ cache/
config/
output/
wandb/
**/checkpoint-100/**
**/checkpoint-200/**
**/checkpoint-300/**
**/checkpoint-400/**
**/checkpoint-500/**
**/checkpoint-600/**
**/checkpoint-700/**
**/checkpoint-800/**
**/checkpoint-900/**
**/checkpoint-1000/**

View File

@ -19,7 +19,7 @@ CUDA_VISIBLE_DEVICES=0 llamafactory-cli train results/lora_sft/Llama2-7B/llama2_
# CUDA_VISIBLE_DEVICES=0 llamafactory-cli train results/lora_sft/Baichuan2-7B/Baichuan2_lora_sft_2_single.yaml | tee results/lora_sft/Baichuan2-7B/Baichuan2_lora_sft_2_single.txt
# CUDA_VISIBLE_DEVICES=0 llamafactory-cli train results/lora_sft/Baichuan2-7B/Baichuan2_lora_sft_3_single.yaml | tee results/lora_sft/Baichuan2-7B/Baichuan2_lora_sft_3_single.txt
FORCE_TORCHRUN=1 llamafactory-cli train results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1.yaml | tee results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1.txt
# FORCE_TORCHRUN=1 llamafactory-cli train results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1.yaml | tee results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1.txt
FORCE_TORCHRUN=1 llamafactory-cli train results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_2.yaml | tee results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_2.txt
FORCE_TORCHRUN=1 llamafactory-cli train results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_3.yaml | tee results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_3.txt
CUDA_VISIBLE_DEVICES=0 llamafactory-cli train results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1_single.yaml | tee results/lora_sft/ChatGLM2-6B/ChatGLM2_lora_sft_1_single.txt

View File

@ -1,5 +1,5 @@
### model
model_name_or_path: ~/data
model_name_or_path: ../../llm/chatglm/data
### method
stage: sft

View File

@ -1,5 +1,5 @@
### model
model_name_or_path: ~/data
model_name_or_path: ../../llm/chatglm/data
### method
stage: sft

View File

@ -1,5 +1,5 @@
### model
model_name_or_path: ~/data
model_name_or_path: ../../llm/chatglm/data
### method
stage: sft

View File

@ -1,5 +1,5 @@
### model
model_name_or_path: ~/data
model_name_or_path: ../../llm/chatglm/data
### method
stage: sft

View File

@ -1,5 +1,5 @@
### model
model_name_or_path: ~/data
model_name_or_path: ../../llm/chatglm/data
### method
stage: sft