1 Star 7 Fork 0

chensming / Bert-BiLSTM-CRF-pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.py 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
Handsomecao 提交于 2019-11-19 14:33 . bert for chinese ner
# -*- encoding: utf-8 -*-
'''
@File : config.py
@Time : 2019/11/19 20:15:17
@Author : Cao Shuai
@Version : 1.0
@Contact : caoshuai@stu.scu.edu.cn
@License : (C)Copyright 2018-2019, MILAB_SCU
@Desc : None
'''
from collections import namedtuple
class Config(NamedTuple):
bert_model = '/root/workspace/pretrained_models/chinese_L-12_H-768_A-12'
1
https://gitee.com/chen_shu_ming/Bert-BiLSTM-CRF-pytorch.git
git@gitee.com:chen_shu_ming/Bert-BiLSTM-CRF-pytorch.git
chen_shu_ming
Bert-BiLSTM-CRF-pytorch
Bert-BiLSTM-CRF-pytorch
master

搜索帮助