-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
30 lines (22 loc) · 1.27 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This work is based on [TruthfulQA] by [Stephanie Lin], used under Apache
License 2.0. [AI Singapore] modified this work. Licensed under CC BY 4.0.
Original Copyright [2021] [Stephanie Lin]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Licensed under the Creative Commons Attribution 4.0 International License.
You may obtain a copy of the License at:
http://creativecommons.org/licenses/by/4.0/
==============================================================================
Significant changes to original work:
- Major modifications to tokenization, model inference, and evaluation code.
- Implementation of data preparation and result summary code.
- Usage of chat templates for compatible HuggingFace models.
- Implementation of additional overlap metrics.
- Addition of new evaluation data (cultural prompts).