Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,12 @@ Model Architecture : [SSL-AASIST](https://arxiv.org/pdf/2202.12233)
|
|
| 14 |
|
| 15 |
#### Install libraries
|
| 16 |
```bash
|
| 17 |
-
pip install datasets transformers librosa numpy scikit-learn
|
| 18 |
```
|
| 19 |
|
|
|
|
|
|
|
|
|
|
| 20 |
#### Load Model and Dataset
|
| 21 |
```bash
|
| 22 |
from transformers import AutoConfig, AutoModel
|
|
|
|
| 14 |
|
| 15 |
#### Install libraries
|
| 16 |
```bash
|
| 17 |
+
pip install torch datasets transformers librosa numpy scikit-learn huggingface_hub
|
| 18 |
```
|
| 19 |
|
| 20 |
+
```bash
|
| 21 |
+
pip install git+https://github.com/facebookresearch/fairseq.git@920a548ca770fb1a951f7f4289b4d3a0c1bc226f
|
| 22 |
+
```
|
| 23 |
#### Load Model and Dataset
|
| 24 |
```bash
|
| 25 |
from transformers import AutoConfig, AutoModel
|