README_CN.md 249 字节
Newer Older
1
# Bert Pipeline WebService
F
felixhjh 已提交
2

3
这里以 Bert 服务为例来介绍 Pipeline WebService 的使用。
F
felixhjh 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

## 获取模型
```
sh get_data.sh
```

## 启动服务

```
python3 web_service.py &>log.txt &
```

## 测试
```
python3 pipeline_rpc_client.py
```