Datasets:

Languages:
English
ArXiv:
License:
aspartate commited on
Commit
2a004f0
·
1 Parent(s): 2cc9b89

fix typo in README.md regarding file format from CSV to TSV

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ login(token="YOUR_HUGGINGFACE_TOKEN")
75
 
76
  ## ⬇️ Usage
77
 
78
- The Patho-Bench data splits are designed for use with the Patho-Bench [software package](https://github.com/mahmoodlab/Patho-Bench). However, you are welcome to use the data splits in your custom pipeline. Each task is associated with a YAML file containing task metadata and a CSV file containing the sample IDs, slide IDs, and labels.
79
 
80
  > [!NOTE]
81
  > Patho-Bench only provides the data splits and labels, NOT the raw image data. You will need to download the raw image data from the respective dataset repositories (see links below).
 
75
 
76
  ## ⬇️ Usage
77
 
78
+ The Patho-Bench data splits are designed for use with the Patho-Bench [software package](https://github.com/mahmoodlab/Patho-Bench). However, you are welcome to use the data splits in your custom pipeline. Each task is associated with a YAML file containing task metadata and a TSV file containing the sample IDs, slide IDs, and labels.
79
 
80
  > [!NOTE]
81
  > Patho-Bench only provides the data splits and labels, NOT the raw image data. You will need to download the raw image data from the respective dataset repositories (see links below).