An open API service indexing awesome lists of open source software.

https://github.com/Pydataman/bert_examples

some examples of bert
https://github.com/Pydataman/bert_examples

Last synced: 14 days ago
JSON representation

some examples of bert

Awesome Lists containing this project

README

        

# bert examples

#### 介绍
`run_classifier.py` 是基于谷歌bert实现了[Quora Insincere Questions Classification](https://www.kaggle.com/c/quora-insincere-questions-classification)二分类比赛。
`run_ner.py`是基于[瑞金医院AI大赛 第一赛季](https://tianchi.aliyun.com/competition/introduction.htm?spm=5176.100066.0.0.1cdc33af6yLOXD&raceId=231687)数据和bert写的一个命名实体识别。

#### 结果
:blush:上述两个程序亲测都是可以跑通的,这里只贴下ner 验证集的效果。
![result](/img/result.jpg)