Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<p align="center"> <img src="assets/title.png" style="width:
|
2 |
|
3 |
<p align="center">
|
4 |
🌐 <a href="https://bai-scieval.duiopen.com/#/" target="_blank">Website</a> • 🤗 <a href="https://huggingface.co/datasets/OpenDFM/BAI-SciEval" target="_blank">Hugging Face</a>
|
@@ -12,7 +12,7 @@ BAI-SCIEVAL is an evaluation benchmark for large language models in the scientif
|
|
12 |
|
13 |
## Files Description
|
14 |
|
15 |
-
* *bai-scieval-dev.json* is the dev set, containing 5 samples for each
|
16 |
* *bai-scieval-valid.json* is the valid set, containing the answer for each question.
|
17 |
* *bai-scieval-test.json* is the test set.
|
18 |
* *make_few_shot.py* is the code for generating the few shot data, you can modify it as you need.
|
|
|
1 |
+
<p align="center"> <img src="assets/title.png" style="width: 50%;" id="title-icon"> </p>
|
2 |
|
3 |
<p align="center">
|
4 |
🌐 <a href="https://bai-scieval.duiopen.com/#/" target="_blank">Website</a> • 🤗 <a href="https://huggingface.co/datasets/OpenDFM/BAI-SciEval" target="_blank">Hugging Face</a>
|
|
|
12 |
|
13 |
## Files Description
|
14 |
|
15 |
+
* *bai-scieval-dev.json* is the dev set, containing 5 samples for each task name, each ability and each category, which is specially used for few shot.
|
16 |
* *bai-scieval-valid.json* is the valid set, containing the answer for each question.
|
17 |
* *bai-scieval-test.json* is the test set.
|
18 |
* *make_few_shot.py* is the code for generating the few shot data, you can modify it as you need.
|