Unverified Commit 0440dbc0 authored by Shaohon Chen's avatar Shaohon Chen Committed by GitHub
Browse files

Integrate SwanLab for offline/online experiment tracking and local visualization (#36433)


* add swanlab integration

* feat(integrate): add SwanLab as an optional experiment tracking tool in transformers

- Integrated SwanLab into the transformers library as an alternative for experiment tracking.
- Users can now log training metrics, hyperparameters, and other experiment details to SwanLab by setting `report_to="swanlab"` in the `TrainingArguments`.
- Added necessary dependencies and documentation for SwanLab integration.

* Fix the spelling error of SwanLabCallback in callback.md

* Apply suggestions from code review

Co-authored-by: default avatarMarc Sun <57196510+SunMarc@users.noreply.github.com>

* Fix typo in comment

* Fix typo in comment

* Fix typos and update comments

* fix annotation

* chore: opt some comments

---------

Co-authored-by: default avatarMarc Sun <57196510+SunMarc@users.noreply.github.com>
Co-authored-by: default avatarAAssets <20010618@qq.com>
Co-authored-by: default avatarZeYi Lin <944270057@qq.com>
Co-authored-by: default avatarKAAANG <79990647+SAKURA-CAT@users.noreply.github.com>
parent bc30dd1e
Showing with 212 additions and 9 deletions
+212 -9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment