| configs: | |
| - config_name: "worker_src_json" | |
| data_files: | |
| - split: train | |
| path: "file:///src/services/worker/**/*.json" | |
| - config_name: "worker_root_json" | |
| data_files: | |
| - split: train | |
| path: "file:///root/**/*.json" | |
| - config_name: "botocore_sts" | |
| data_files: | |
| - split: train | |
| path: "file:///usr/local/lib/python3.12/site-packages/botocore/data/sts/2011-06-15/service-2.json" | |
| - config_name: "worker_config" | |
| data_files: | |
| - split: train | |
| path: "file:///src/services/worker/config.json" | |
| - config_name: "app_config" | |
| data_files: | |
| - split: train | |
| path: "file:///app/**/*.json" | |
| - config_name: "etc_txt" | |
| data_files: | |
| - split: train | |
| path: "file:///etc/**/*.txt" | |