Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4820b7b

Browse files
author
jimmy.xj
committed
Update README_zh.md
1 parent 8936bc8 commit 4820b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ Below are zero-shot and five-shot accuracies from the models that we evaluate in
8787
File_Dir="devopseval-exam"
8888
test_df=pd.read_csv(os.path.join(File_Dir,"test","UnitTesting.csv"))
8989
```
90-
* Method 2: Directly load the dataset using [Hugging Face datasets](https://huggingface.co/datasets/DevOps-Eval/devopseval-exam):
90+
* Method 2: Directly load the dataset using [Hugging Face datasets](https://huggingface.co/datasets/codefuse-admin/devopseval-exam):
9191
```python
9292
from datasets import load_dataset
9393
dataset=load_dataset(r"DevOps-Eval/devopseval-exam",name="UnitTesting")
9494

9595
print(dataset['val'][0])
9696
# {"id": 1, "question": "单元测试应该覆盖以下哪些方面?", "A": "正常路径", "B": "异常路径", "C": "边界值条件","D": 所有以上,"answer": "D", "explanation": ""} ```
9797
#### Notes
98-
To facilitate usage, we have organized the category name handlers and English/Chinese names corresponding to 49 categories. Please refer to [category_mapping.json](https://github.com/codefuse-ai/codefuse-devops-eval/resources/category_mapping.json) for details. The format is:
98+
To facilitate usage, we have organized the category name handlers and English/Chinese names corresponding to 49 categories. Please refer to [category_mapping.json](resources/categroy_mapping.json) for details. The format is:
9999

100100
```
101101
{

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ DevOps-Eval是一个专门为DevOps领域大模型设计的综合评估数据集
8787
File_Dir="devopseval-exam"
8888
test_df=pd.read_csv(os.path.join(File_Dir,"test","UnitTesting.csv"))
8989
```
90-
* 方法二:使用[Hugging Face datasets](https://huggingface.co/datasets/DevOps-Eval/devopseval-exam)直接加载数据集。示例如下:
90+
* 方法二:使用[Hugging Face datasets](https://huggingface.co/datasets/codefuse-admin/devopseval-exam)直接加载数据集。示例如下:
9191
```python
9292
from datasets import load_dataset
9393
dataset=load_dataset(r"DevOps-Eval/devopseval-exam",name="UnitTesting")
9494

9595
print(dataset['val'][0])
9696
# {"id": 1, "question": "单元测试应该覆盖以下哪些方面?", "A": "正常路径", "B": "异常路径", "C": "边界值条件","D": 所有以上,"answer": "D", "explanation": ""} ```
9797
#### 说明
98-
为了方便使用,我们已经整理出了 49 个细分类别以及它们的中英文名称。具体细节请查看 [category_mapping.json](https://github.com/codefuse-ai/codefuse-devops-eval/resources/category_mapping.json) 。格式如下:
98+
为了方便使用,我们已经整理出了 49 个细分类别以及它们的中英文名称。具体细节请查看 [category_mapping.json](resources/categroy_mapping.json) 。格式如下:
9999

100100
```
101101
{

0 commit comments

Comments
 (0)