From 7b68a17765dffab4fb8b97caf9b49a03e5356975 Mon Sep 17 00:00:00 2001 From: Ismael Robles-Razzaq <146605996+iroblesrazzaq@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:33:03 -0600 Subject: [PATCH] README runing->running typo, arXiv link fix typo + prev arXiv link was https://arxiv.org/abs/2505.17099 to paper: Learning Interpretable Representations Leads to Semantically Faithful EEG-to-Text Generation (Liu et al., 2025) instead of the actual arXiv paper: https://arxiv.org/abs/2505.17099 to paper: AdaBrain-Bench: Benchmarking Brain Foundation Models for Brain-Computer Interface Applications (Wu et al., 2025). --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```