{"id":31753788,"url":"https://github.com/servicenow/synbols-benchmarks","last_synced_at":"2025-10-09T17:54:28.675Z","repository":{"id":37623266,"uuid":"279695185","full_name":"ServiceNow/synbols-benchmarks","owner":"ServiceNow","description":"Benchmarks for the Synbols project. Synbols is a ServiceNow Research project that was started at Element AI.","archived":false,"fork":false,"pushed_at":"2022-06-30T12:48:16.000Z","size":1299,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-30T05:22:37.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ServiceNow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-14T21:19:13.000Z","updated_at":"2024-01-04T16:48:18.000Z","dependencies_parsed_at":"2022-08-29T21:25:29.413Z","dependency_job_id":null,"html_url":"https://github.com/ServiceNow/synbols-benchmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ServiceNow/synbols-benchmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServiceNow%2Fsynbols-benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServiceNow%2Fsynbols-benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServiceNow%2Fsynbols-benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServiceNow%2Fsynbols-benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ServiceNow","download_url":"https://codeload.github.com/ServiceNow/synbols-benchmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServiceNow%2Fsynbols-benchmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001804,"owners_count":26083197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T17:54:27.611Z","updated_at":"2025-10-09T17:54:28.671Z","avatar_url":"https://github.com/ServiceNow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*ServiceNow completed its acquisition of Element AI on January 8, 2021. All references to Element AI in the materials that are part of this project should refer to ServiceNow.*\n\n![#Synbols](https://github.com/ElementAI/synbols/raw/master/title.png)\n# Probing Learning Algorithms with Synthetic Datasets\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n![Synbols](https://github.com/ElementAI/synbols-benchmarks/raw/master/cover.png)\n\n## Description\n\nThis repository contains the code for reproducing experiments in [1].\n\nTo use the Synbols tool for generating new datasets, please visit https://github.com/ElementAI/synbols\n\n## Pytorch Dataset Quick Setup\n```python\nfrom pytorch_examples.datasets import Synbols\nfrom torchvision import transforms as tt\n\ndataset_path = \"./\"\ndataset_name = \"default_n=100000_2020-Oct-19.h5py\"\n\nsynbols = Synbols(args.data_path,\n                  dataset_name=args.dataset)\ntrain_dataset = synbols.get_split('train', tt.ToTensor())\nval_dataset = synbols.get_split('val', tt.ToTensor())\n```\n\nFor a complete example run `./pytorch_examples/minimal_classification.py` from the root folder of this project:\n\n```bash\npython -m pytorch_examples.minimal_classification\n```\n\nIt should reach \u003e70% accuracy.\n\n## Bibliography\n\n\n[1] Lacoste, A., Rodríguez, P., Branchaud-Charron, F., Atighehchian, P., Caccia, M., Laradji, I., Drouin, A., Craddock, M., Charlin, L. and Vázquez, D., 2020. [Synbols: Probing Learning Algorithms with Synthetic Datasets.](https://arxiv.org/abs/2009.06415)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservicenow%2Fsynbols-benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fservicenow%2Fsynbols-benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservicenow%2Fsynbols-benchmarks/lists"}