Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed Jun 28, 2024
1 parent 417baff commit fe73c18
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
5 changes: 4 additions & 1 deletion evals/evaluation/bigcode_evaluation_harness/accuracy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2024 BigCode Project
# SPDX-License-Identifier: Apache-2.0

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#

import fnmatch
import json
import os
Expand Down
4 changes: 3 additions & 1 deletion evals/evaluation/bigcode_evaluation_harness/arguments.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2024 BigCode Project
# SPDX-License-Identifier: Apache-2.0

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#
import fnmatch

from bigcode_eval.arguments import EvalArguments
Expand Down
4 changes: 3 additions & 1 deletion evals/evaluation/lm_evaluation_harness/accuracy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2020 EleutherAI
# SPDX-License-Identifier: MIT

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#

import json
import logging
Expand Down
5 changes: 3 additions & 2 deletions evals/evaluation/lm_evaluation_harness/arguments.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2020 EleutherAI
# SPDX-License-Identifier: MIT

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#

import argparse
from functools import partial

Expand Down
4 changes: 3 additions & 1 deletion evals/evaluation/lm_evaluation_harness/lm_eval/evaluator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2020 EleutherAI
# SPDX-License-Identifier: MIT

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#

import itertools
import logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2020 EleutherAI
# SPDX-License-Identifier: MIT

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

#

import copy
import json
Expand Down

0 comments on commit fe73c18

Please sign in to comment.