update README.md
Browse files- configuration_minicpm.py +2 -6
- modeling_minicpm.py +2 -6
configuration_minicpm.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
#
|
2 |
-
#
|
3 |
-
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
-
# and OPT implementations in this library. It has been modified from its
|
5 |
-
# original forms to accommodate minor architectural differences compared
|
6 |
-
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
#
|
8 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
# you may not use this file except in compliance with the License.
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2025 The OpenBMB Team. All rights reserved.
|
|
|
|
|
|
|
|
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
# you may not use this file except in compliance with the License.
|
modeling_minicpm.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
#
|
2 |
-
#
|
3 |
-
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
-
# and OPT implementations in this library. It has been modified from its
|
5 |
-
# original forms to accommodate minor architectural differences compared
|
6 |
-
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
#
|
8 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
# you may not use this file except in compliance with the License.
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2025 The OpenBMB Team. All rights reserved.
|
|
|
|
|
|
|
|
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
# you may not use this file except in compliance with the License.
|