Datasets:

ArXiv:
yuti201 commited on
Commit
ae624b5
·
1 Parent(s): 1bfd810

add license

Browse files
Files changed (2) hide show
  1. eval.py +1 -1
  2. infer_qwen.py +1 -1
eval.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2024 Bytedance Ltd. and/or its affiliates
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
infer_qwen.py CHANGED
@@ -1,6 +1,6 @@
1
  # coding=utf-8
2
  # The following code are reused from the QWen project (https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) of Alibaba Cloud.
3
- # Copyright 2024 The Qwen team, Alibaba Group and the HuggingFace Inc. team. All rights reserved.
4
  #
5
  # This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
6
  # and OPT implementations in this library. It has been modified from its
 
1
  # coding=utf-8
2
  # The following code are reused from the QWen project (https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct) of Alibaba Cloud.
3
+ # Copyright 2025 The Qwen team, Alibaba Group and the HuggingFace Inc. team. All rights reserved.
4
  #
5
  # This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
6
  # and OPT implementations in this library. It has been modified from its