jiaqianjing commited on
Commit
d551be6
1 Parent(s): 5443764
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -33,7 +33,11 @@ It achieves the following results on the evaluation set:
33
  - Accuracy: 0.9758
34
 
35
  ## Model description
36
- 输入一串地址中文信息,比如快递单:`北京市海淀区西北旺东路10号院(马连洼街道西北旺社区东北方向)`,按照行政级别(总有 7 级)抽取地址信息,返回每个 token 的类别
 
 
 
 
37
 
38
  More information needed
39
 
 
33
  - Accuracy: 0.9758
34
 
35
  ## Model description
36
+ 输入一串地址中文信息,比如快递单:`北京市海淀区西北旺东路10号院(马连洼街道西北旺社区东北方向)`,按照行政级别(总有 7 级)抽取地址信息,返回每个 token 的类别。
37
+ `LABEL_1`: `B-A1`
38
+ `LABEL_2`: `I-A1`
39
+ `LABEL_0`: `O`
40
+
41
 
42
  More information needed
43