This repository contains the checkpoints of the paper Nes2Net: A Lightweight Nested Architecture for Foundation Model Driven Speech Anti-spoofing.

Code: https://github.com/Liu-Tianchi/Nes2Net

Usage

You can download the checkpoints as follows:

hf download nielsr/nes2net-checkpoints --local-dir ./path

or with the Python SDK:

# uv pip install huggingface_hub
from huggingface_hub import hf_hub_download

# download one checkpoint
file_path = hf_hub_download(repo_id="nielsr/nes2net-checkpoints", filename="WavLM_Nes2Net_X_e75_seed420_valid0.03192785031473534.pt")

# download all checkpoints
file_path = snapshot_download(repo_id="nielsr/nes2net-checkpoints")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for nielsr/nes2net-checkpoints