Turkeyengineer commited on
Commit
4e7635e
·
verified ·
1 Parent(s): d45c713

Create ai-plugin.json

Browse files
Files changed (1) hide show
  1. ai-plugin.json +17 -0
ai-plugin.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "v1",
3
+ "name_for_human": "TurkeyEngineer Segment",
4
+ "name_for_model": "turkeyengineer_test_segment",
5
+ "description_for_human": "斷詞工具:將中文句子依字分開",
6
+ "description_for_model": "呼叫這個工具將一段中文句子依字分開,用於語言處理任務。",
7
+ "auth": {
8
+ "type": "none"
9
+ },
10
+ "api": {
11
+ "type": "openapi",
12
+ "url": "https://turkeyengineer-test.hf.space/openapi.yaml"
13
+ }
14
+ "logo_url": "https://huggingface.co/front/assets/huggingface_logo.svg",
15
+ "contact_email": "[email protected]",
16
+ "legal_info_url": "https://huggingface.co"
17
+ }