diff --git a/README.md b/README.md index 5ce71fd..6ba41df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Qihao Zheng, Lei Bai, Wanli Ouyang, Chunfeng Song_

[![arXiv](https://img.shields.io/badge/arXiv-preprint-b31b1b?style=flat&logo=arxiv -)](https://arxiv.org/abs/2505.17099) +)](https://arxiv.org/abs/2507.09882) @@ -27,7 +27,7 @@ AdaBrain-Bench provides code for evaluating EEG foundation models across **13 da - [Installation](#installation) - [Dataset preparation](#dataset-preparation) - [Models](#models) -- [Runing](#running) +- [Running](#running) @@ -164,4 +164,4 @@ python run_finetuning.py --task_mod Retrieval --model_name LaBraM --finetune_mod ``` ```bash python run_finetuning.py --task_mod Retrieval --model_name EEGPT --finetune_mod full --dataset Things-EEG --norm_method z_score --epochs 40 --batch_size 512 --lr 5e-4 --subject_mod single --subject_id 8 --seed 0 -``` \ No newline at end of file +```