Skip to content

7thParkk/StrideSPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrideSPD

Introduction

Datasets

You can configure the path of the dataset through parameters --root_path, --ass_path, and --pse_path

Pre-trained Model

You can configure the path of the LLM through parameter--pretrained_llm_path, the LLM's hidden size through parameter --llm_hidden_size, and the LLM's architecture type through parameter --llm_architecture_type

Train

python main.py \
  --do_train \
  --eval_batch_size 2 \
  --batch_size 2 \
  --gradient_accumulation_steps 8 \
  --epoch 8
  --pretrained_llm_path "the LLM's path you saved" \
  --llm_architecture_type "the LLM's architecture type" \

Eval

python main.py \
  --do_test \
  --eval_batch_size 2 \
  --pretrained_llm_path "the LLM's architecture type" \
  --llm_architecture_type qwen3 \
  

About

Data and code for StrideSPD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published