akanatas commited on
Commit
25068b6
·
verified ·
1 Parent(s): 21668c8

Update configuration_MERT.py

Browse files
Files changed (1) hide show
  1. 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