BigDong commited on
Commit
b09f719
·
1 Parent(s): ebd4227

update README.md

Browse files
Files changed (2) hide show
  1. configuration_minicpm.py +2 -6
  2. modeling_minicpm.py +2 -6
configuration_minicpm.py CHANGED
@@ -1,9 +1,5 @@
1
- # Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
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
- # Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
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.