Liangtai commited on
Commit
e19c52c
1 Parent(s): 04f010e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p align="center"> <img src="assets/title.png" style="width: 85%;" 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,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 $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.
 
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.