suflaj commited on
Commit
e6a2f54
1 Parent(s): 6434a48

Update README.md

Browse files

Accentuate which dataset was used in the paper

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ size_categories:
18
 
19
  # ARCTIC-HS
20
 
21
- An extension of the [CMU_ARCTIC](http://festvox.org/cmu_arctic/) and [L2-ARCTIC](https://psi.engr.tamu.edu/l2-arctic-corpus/) datasets for synthetic speech detection using text-to-speech, featured in the paper **Synthetic speech detection with Wav2Vec 2.0 in various language settings**.
22
 
23
  This dataset is 1 of 3 used in the paper, the others being:
24
  - [FLEURS-HS](https://huggingface.co/datasets/realnetworks-kontxt/fleurs-hs)
@@ -93,7 +93,7 @@ To load a different part, change `cmu_non-us` into one of the following:
93
 
94
  This dataset only has a `test` split.
95
 
96
- To load only the paired samples, append `_symmetric` to the name. For example, `cmu_non-us` will load the test set also containing human and synthetic samples without their counterpart, while `cmu_non-us_symmetric` will only load samples where there is both a human and synthetic variant. This is useful if you want to have perfectly balanced labels within speakers, and if you wish to exclude speakers for which there are no TTS counterparts at all.
97
 
98
  The `trust_remote_code=True` parameter is necessary because this dataset uses a custom loader. To check out which code is being ran, check out the [loading script](./arctic-hs.py).
99
 
 
18
 
19
  # ARCTIC-HS
20
 
21
+ An extension of the [CMU_ARCTIC](http://festvox.org/cmu_arctic/) and [L2-ARCTIC](https://psi.engr.tamu.edu/l2-arctic-corpus/) datasets for synthetic speech detection using text-to-speech, featured in the paper **Synthetic speech detection with Wav2Vec 2.0 in various language settings**. Specifically, the `symmetric` variants were used.
22
 
23
  This dataset is 1 of 3 used in the paper, the others being:
24
  - [FLEURS-HS](https://huggingface.co/datasets/realnetworks-kontxt/fleurs-hs)
 
93
 
94
  This dataset only has a `test` split.
95
 
96
+ To load only the paired samples, append `_symmetric` to the name. For example, `cmu_non-us` will load the test set also containing human and synthetic samples without their counterpart, while `cmu_non-us_symmetric` will only load samples where there is both a human and synthetic variant. This is useful if you want to have perfectly balanced labels within speakers, and if you wish to exclude speakers for which there are no TTS counterparts at all. This is also the family of datasets used in the paper.
97
 
98
  The `trust_remote_code=True` parameter is necessary because this dataset uses a custom loader. To check out which code is being ran, check out the [loading script](./arctic-hs.py).
99