Skip to content

Commit db2bba5

Browse files
authored
Revise content in index.html for clarity
Updated text in hero section and Hugging Face section for clarity and detail.
1 parent 506f314 commit db2bba5

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<div class="container hero-container text-center">
6464
<div class="hero-content mx-auto">
6565
<div class="badge badge-white">v1.0 Now Available</div>
66-
<h1 class="text-white">Build, Simulate, and Train <br>Deepfake Audio Detectors</h1>
67-
<p class="text-white-opacity">An open-source, configuration-driven toolkit for state-of-the-art audio
68-
defense.</p>
66+
<h1 class="text-white">Build, Train and Evaluate <br>Deepfake Audio Detectors</h1>
67+
<p class="text-white-opacity">An open-source, configuration-driven toolkit for audio
68+
deepfake detectors</p>
6969
<div class="hero-buttons justify-center">
7070
<a href="#quickstart" class="btn btn-white btn-lg">Get Started</a>
7171
</div>
@@ -221,7 +221,7 @@ <h3>Augmentations</h3>
221221
<div class="container">
222222
<div class="section-header">
223223
<h2>DeepFense <span class="hf-text"></span> Hugging Face</h2>
224-
<p>Accelerate your research with our open-source model zoo and processed datasets.</p>
224+
<p>Accelerate your research with our open-source model zoo and datasets scripts.</p>
225225
</div>
226226

227227
<div class="grid-2">
@@ -242,9 +242,16 @@ <h3>Pre-trained Models</h3>
242242
<div class="icon-box yellow">
243243
<i class="fas fa-database"></i>
244244
</div>
245-
<h3>Processed Datasets</h3>
246-
<p>We host cleaned and aligned versions of major deepfake datasets (ASVspoof 2019/2021, In-the-wild)
247-
for immediate use.</p>
245+
<h3>Processed Datasets</h3>
246+
<p>
247+
We provide cleaned and aligned versions of major audio deepfake benchmarks
248+
(ASVspoof 2019/2021, In-the-Wild) released as prepared Parquet files for immediate use.
249+
</p>
250+
<p>
251+
The Parquet files contain standardized metadata and file references rather than wav files.
252+
For reproducibility, we also provide scripts to automatically download the original datasets
253+
(wav files and labels) and construct the Parquet files.
254+
</p>
248255
<div class="mt-4">
249256
<a href="https://huggingface.co/DeepFense" target="_blank" class="btn btn-outline">View
250257
Datasets</a>
@@ -344,4 +351,4 @@ <h2>Join the Community</h2>
344351
</script>
345352
</body>
346353

347-
</html>
354+
</html>

0 commit comments

Comments
 (0)