Yingxu He commited on
Commit
3a27792
1 Parent(s): a29dcac

Upload configuration_meralion.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. configuration_meralion.py +1 -14
configuration_meralion.py CHANGED
@@ -1,17 +1,4 @@
1
- # coding=utf-8
2
- # Copyright 2024 Microsoft Research & University of Wisconsin-Madison and the HuggingFace Inc. team. All rights reserved.
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- """MERaLiON model configuration"""
15
 
16
  from collections import OrderedDict
17
  from typing import TYPE_CHECKING, Any, Mapping, Optional, Union
 
1
+ """MERaLiON AudioLLM model configuration"""
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  from collections import OrderedDict
4
  from typing import TYPE_CHECKING, Any, Mapping, Optional, Union