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": "npm run build && node dist/training.js",
"custom_task": "npm run build && node dist/custom_task.js",
"language_model": "npm run build && node dist/wikitext.js",
"benchmark_gpt": "npm run build && node dist/benchmark_gpt.js",