Update README.md
Browse files
README.md
CHANGED
|
@@ -39,11 +39,18 @@ They are trained to classify speech as either "Real" π’ or "Fake" π΄.
|
|
| 39 |
- **Evaluation Metrics**: Equal Error Rate (EER), ROC AUC, Accuracy, Precision, Recall, F1 Score.
|
| 40 |
|
| 41 |
# π **Inference with PyTorch**
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
```
|
| 44 |
-
pip install
|
| 45 |
-
pip install huggingface-hub
|
| 46 |
-
(pip install huggingface-hub==0.31.1 fairseq==0.12.2 safetensors==0.5.3 soundfile==0.13.1)
|
| 47 |
```
|
| 48 |
|
| 49 |
π Inference:
|
|
|
|
| 39 |
- **Evaluation Metrics**: Equal Error Rate (EER), ROC AUC, Accuracy, Precision, Recall, F1 Score.
|
| 40 |
|
| 41 |
# π **Inference with PyTorch**
|
| 42 |
+
|
| 43 |
+
β οΈ **Important:**
|
| 44 |
+
To run inference with this model, you need to install a specific version of `fairseq` and make manual code modifications. For detailed instructions, please refer to the installation guide in our [GitHub repository](https://github.com/nii-yamagishilab/Ultra-SSL-AntiDeepfake).
|
| 45 |
+
|
| 46 |
+
For a quicker inference experience, we recommend trying our other SSL-AntiDeepfake models:
|
| 47 |
+
- [MMS-300M-AntiDeepfake](https://huggingface.co/nii-yamagishilab/mms-300m-anti-deepfake)
|
| 48 |
+
- [MMS-1B-AntiDeepfake](https://huggingface.co/nii-yamagishilab/mms-1b-anti-deepfake)
|
| 49 |
+
|
| 50 |
+
π¦ Dependencies after manual code modifications:
|
| 51 |
```
|
| 52 |
+
pip install huggingface-hub safetensors soundfile
|
| 53 |
+
(pip install huggingface-hub==0.31.1 safetensors==0.5.3 soundfile==0.13.1)
|
|
|
|
| 54 |
```
|
| 55 |
|
| 56 |
π Inference:
|