--- license: apache-2.0 tags: - ppi - proteins - biology - bacteria - stringdb pretty_name: Dataset for predicting protein-protein interactions in bacterial genomes size_categories: - 10K= 0.6)) for prot1_index, prot2_index, score in ppi_triples ] ``` ## Split We provide `train`, `validation` and `test` splits with proportions of `70 / 10 / 20` (%) respectively as part of the dataset. The split was performed randomly at genome level. See [github repository](https://github.com/macwiatrak/Bacbench) for details on how to embed the dataset with DNA and protein language models as well as code to predict antibiotic resistance from sequence. --- dataset_info: features: - name: taxid dtype: int64 - name: genome_name dtype: string - name: protein_sequences sequence: string - name: protein_ids sequence: string - name: triples_combined_score sequence: sequence: int64 - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 169097180197 num_examples: 7354 - name: validation num_bytes: 27541966357 num_examples: 1091 - name: test num_bytes: 50704862883 num_examples: 2088 download_size: 53853247305 dataset_size: 247344009437 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---