You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "In `training.ts` we give a brief example of discojs, in it we run two clients training jointly via federated learning. It trains on a few examples of the [face task](https://www.kaggle.com/datasets/frabbisw/facial-age), the samples are already stored in the repo and so it is not necessary to download any additional data.",
"scripts": {
"train": "pnpm run build && node dist/training.js",
"custom_task": "pnpm run build && node dist/custom_task.js",
"language_model": "pnpm run build && node dist/wikitext.js",
"benchmark_gpt": "pnpm run build && node dist/benchmark_gpt.js",