Update configuration_MERT.py
Browse files- configuration_MERT.py +3 -1
configuration_MERT.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
-
MERT model configuration
|
|
|
|
|
|
|
| 3 |
"""
|
| 4 |
|
| 5 |
import functools
|
|
|
|
| 1 |
"""
|
| 2 |
+
MERT model configuration.
|
| 3 |
+
|
| 4 |
+
Adapted from: https://github.com/yizhilll/MERT/blob/main/scripts/mert_hf/configuration_MERT.py
|
| 5 |
"""
|
| 6 |
|
| 7 |
import functools
|