EugeneXiang commited on
Commit
8636b55
·
verified ·
1 Parent(s): 1218edb

Rename README.md to README_cn.md

Browse files
Files changed (1) hide show
  1. README.md → README_cn.md +4 -3
README.md → README_cn.md RENAMED
@@ -1,14 +1,14 @@
1
  ---
2
  version: 0.1.9
3
- license: mit # 你的开源协议
4
- library_name: prival # pip install 时的包名
5
  tags:
6
  - prompt-validation
7
  - nlp
8
  - python
9
  widget:
10
  - text: "Check it out!"
11
- src: "https://huggingface.co/EugeneXiang/prival" # 如果有在线 Demo
12
  ---
13
  ## 🚀 PriVAL Quickstart
14
 
@@ -50,6 +50,7 @@ pip install prival[full]
50
  ```markdown
51
  在未安装 spaCy 或 LanguageTool 时,相关维度(如 `structural_cleanness`, `grammar_spelling`)的评分将自动跳过,输出 `score = null`,并附带提示信息。
52
  ```
 
53
 
54
  ```python
55
  from prival import evaluate_prompt
 
1
  ---
2
  version: 0.1.9
3
+ license: mit
4
+ library_name: prival
5
  tags:
6
  - prompt-validation
7
  - nlp
8
  - python
9
  widget:
10
  - text: "Check it out!"
11
+ src: "https://huggingface.co/EugeneXiang/prival"
12
  ---
13
  ## 🚀 PriVAL Quickstart
14
 
 
50
  ```markdown
51
  在未安装 spaCy 或 LanguageTool 时,相关维度(如 `structural_cleanness`, `grammar_spelling`)的评分将自动跳过,输出 `score = null`,并附带提示信息。
52
  ```
53
+ ---
54
 
55
  ```python
56
  from prival import evaluate_prompt