Commit 5af56b7d authored by hepj987's avatar hepj987
Browse files

增加result

parent 2d2e7714
...@@ -258,7 +258,13 @@ sh bert_squad_gpus.sh ...@@ -258,7 +258,13 @@ sh bert_squad_gpus.sh
## result ## result
```
#MNLI分类样例
输入:"premise": "Conceptually cream skimming has two basic dimensions - product and geography.","hypothesis": "Product and geography are what make cream skimming work."
输出:"label": 1
```
## 精度 ## 精度
...@@ -273,7 +279,7 @@ sh bert_squad_gpus.sh ...@@ -273,7 +279,7 @@ sh bert_squad_gpus.sh
## 算法类别 ## 算法类别
`对话问答文本分类` `对话问答,文本分类`
## 热点应用行业 ## 热点应用行业
......
...@@ -5,6 +5,6 @@ modelName=bert_tensorflow ...@@ -5,6 +5,6 @@ modelName=bert_tensorflow
# 模型描述 # 模型描述
modelDescription=bert是一种预训练的语言表征模型。 modelDescription=bert是一种预训练的语言表征模型。
# 应用场景 # 应用场景
appScenario=训练,互联网,对话问答文本分类 appScenario=训练,互联网,对话问答,文本分类
# 框架类型 # 框架类型
frameType=tensorflow frameType=tensorflow
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment