资源简介
Glyce: Glyph-vectors for Chinese Character Representations
代码片段和文件信息
# encoding: utf-8
“““
@author: wuwei
@contact: wu.wei@pku.edu.cn
@version: 1.0
@license: Apache Licence
@file: setup.py
@time: 19-1-19 上午10:34
“““
from setuptools import setup find_packages
setup(name=‘glyce‘
version=‘1.0‘
description=‘Shannon Glyce embedding for Chinese word and character‘
url=‘https://github.com/ShannonAI/glyce‘
long_description=open(“README.md“).read()
long_description_content_type=“text/markdown“
author=‘Shannon.AI‘
author_email=‘Shannon.AI‘
license=‘Apache License 2.0‘
packages=find_packages()
install_requires=[
‘torch‘
‘torchvision‘
‘Pillow‘
‘zhconv==1.4.0‘
‘pypinyin==0.34.1‘
‘pywubi==0.0.2‘
]
python_requires=‘>=3.6.1‘
zip_safe=False)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-07-18 05:08 glyce-master\
文件 1325 2019-07-18 05:08 glyce-master\.gitignore
文件 11357 2019-07-18 05:08 glyce-master\LICENSE
文件 15990 2019-07-18 05:08 glyce-master\README.md
目录 0 2019-07-18 05:08 glyce-master\docs\
文件 1286 2019-07-18 05:08 glyce-master\docs\acknowledge.md
文件 1403 2019-07-18 05:08 glyce-master\docs\chinese_sc
文件 1240 2019-07-18 05:08 glyce-master\docs\dataset_download.md
文件 2868 2019-07-18 05:08 glyce-master\docs\glyce_hyper_intro.md
文件 695 2019-07-18 05:08 glyce-master\docs\model.md
目录 0 2019-07-18 05:08 glyce-master\glyce\
文件 502 2019-07-18 05:08 glyce-master\glyce\__init__.py
目录 0 2019-07-18 05:08 glyce-master\glyce\bin\
文件 258 2019-07-18 05:08 glyce-master\glyce\bin\__init__.py
文件 15979 2019-07-18 05:08 glyce-master\glyce\bin\run_bert_classifier.py
文件 16405 2019-07-18 05:08 glyce-master\glyce\bin\run_bert_glyce_classifier.py
文件 16175 2019-07-18 05:08 glyce-master\glyce\bin\run_bert_glyce_tagger.py
文件 15106 2019-07-18 05:08 glyce-master\glyce\bin\run_bert_tagger.py
文件 9307 2019-07-18 05:08 glyce-master\glyce\bin\run_bimpm.py
文件 19712 2019-07-18 05:08 glyce-master\glyce\bin\run_lattice_lstm.py
文件 12945 2019-07-18 05:08 glyce-master\glyce\bin\run_lm.py
文件 24990 2019-07-18 05:08 glyce-master\glyce\bin\run_srl.py
目录 0 2019-07-18 05:08 glyce-master\glyce\configs\
文件 0 2019-07-18 05:08 glyce-master\glyce\configs\__init__.py
文件 793 2019-07-18 05:08 glyce-master\glyce\configs\bert.json
文件 2667 2019-07-18 05:08 glyce-master\glyce\configs\bq_glyce_bert.json
文件 2700 2019-07-18 05:08 glyce-master\glyce\configs\ctb6cws_glyce_bert.json
文件 2674 2019-07-18 05:08 glyce-master\glyce\configs\fudan_glyce_bert.json
文件 2675 2019-07-18 05:08 glyce-master\glyce\configs\glyce_bert.json
文件 2675 2019-07-18 05:08 glyce-master\glyce\configs\lcqmc_glyce_bert.json
文件 2708 2019-07-18 05:08 glyce-master\glyce\configs\msrcws_glyce_bert.json
............此处省略131个文件信息
相关资源
- Python-RNNoiseRNN音频噪声抑制学习
- Python-Keras实现实时语义分割的深层神
- Python-手势识别使用在TensorFlow中卷积神
- Python-Keras实现的DeepSpeech端到端语音识
- Python-FastFCN用于语义分割的RethinkingD
- Python-使用RNN股市预测
- Python-使用最新版本的tensorflow实现se
- Python-人工智能和基于机器学习的机器
- Python-用TensorFlow实现神经网络实体关系
- Python-单目3D人体姿态检测
- Python-PyTorch实现基于Transformer的神经机
- Python-2019年百度的实体链指比赛ccks2
- Python-PyTorch实现的NEAT神经进化算法
- Python-DoWhy微软出品的Python因果推断库
- Python-训练和可视化分层注意网络Hie
- Python-通过神经网络和遗传算法进化的
- Python-DQNchainerPython用Chainer实现的Deep
- Python-图神经网络GNN文献大列表
- Python-基于视频的车辆计数系统使用
- Python-PythonTensorflowKeras实现参数tSNE算法
- Python-图像分割Keras在Keras中实现Segne
评论
共有 条评论