Compare commits
2 Commits
af17ae5fb4
...
8793d13920
Author | SHA1 | Date |
---|---|---|
wql | 8793d13920 | |
wql | 9411239d8d |
|
@ -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/**
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### model
|
||||
model_name_or_path: ~/data
|
||||
model_name_or_path: ../../llm/chatglm/data
|
||||
|
||||
### method
|
||||
stage: sft
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### model
|
||||
model_name_or_path: ~/data
|
||||
model_name_or_path: ../../llm/chatglm/data
|
||||
|
||||
### method
|
||||
stage: sft
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### model
|
||||
model_name_or_path: ~/data
|
||||
model_name_or_path: ../../llm/chatglm/data
|
||||
|
||||
### method
|
||||
stage: sft
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### model
|
||||
model_name_or_path: ~/data
|
||||
model_name_or_path: ../../llm/chatglm/data
|
||||
|
||||
### method
|
||||
stage: sft
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### model
|
||||
model_name_or_path: ~/data
|
||||
model_name_or_path: ../../llm/chatglm/data
|
||||
|
||||
### method
|
||||
stage: sft
|
||||
|
|
Loading…
Reference in New Issue