资源简介
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-DeepMoji模型的pyTorch实现
- Python-使用DeepFakes实现YouTube视频自动换
- Python-一系列高品质的动漫人脸数据集
- Python-Insightface人脸检测识别的最小化
- Python-自然场景文本检测PSENet的一个
- Python-在特征金字塔网络FPN的Pytorch实现
- Python-PyTorch实时多人姿态估计项目的实
- Python-用PyTorch10实现FasterRCNN和MaskRCNN比
- Python-心脏核磁共振MRI图像分割
- Python-基于YOLOv3的行人检测
- Python-RLSeq2Seq用于SequencetoSequence模型的
- Python-PyTorch对卷积CRF的参考实现
- Python-高效准确的EAST文本检测器的一个
- Python-pytorch实现的人脸检测和人脸识别
- Python-UNet用于医学图像分割的嵌套UN
- Python-TensorFlow弱监督图像分割
- Python-基于tensorflow实现的用textcnn方法
- Python-Keras实现Inceptionv4InceptionResnetv1和
- Python-pytorch中文手册
- Python-FastSCNN的PyTorch实现快速语义分割
- Python-滑动窗口高分辨率显微镜图像分
- Python-使用MovieLens数据集训练的电影推
- Python-机器学习驱动的Web应用程序防火
- Python-subpixel利用Tensorflow的一个子像素
-
Python-汉字的神经风格转移Neuralst
y - Python-神经网络模型能够从音频演讲中
- Python-深度增强学习算法的PyTorch实现策
- Python-基于深度学习的语音增强使用
- Python-基于知识图谱的红楼梦人物关系
- Python-STGAN用于图像合成的空间变换生
评论
共有 条评论