nii-yamagishilab commited on
Commit
3708ff6
Β·
verified Β·
1 Parent(s): af5ed45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
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
- πŸ“¦ Dependencies:
 
 
 
 
 
 
 
 
43
  ```
44
- pip install pip==23.1.1
45
- pip install huggingface-hub fairseq safetensors soundfile
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: