• Stars
    star
    152
  • Rank 243,219 (Top 5 %)
  • Language
    Python
  • Created almost 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Deep contextualized word representations for Chinese

ELMo-chinese

LICENSE

Deep contextualized word representations for Chinese.

本仓库只是输出上下文无关的 word embedding。

依赖

  • python3
  • tensorflow >= 1.10
  • jieba

使用方法

  1. 准备数据,参考 data 和 vocab 目录,可用 pre_data/vocab.py 处理出词典(每个 data 文件不能太大,否则内存不够)
  2. 训练模型 train_elmo.py
  3. 输出模型 dump_weights.py
  4. options.json 里的 261 改成 262
  5. 输出 word embedding 到 hdf5 文件 usage_token.py

实验结果

用可视化工具看合理,textmatch 任务提升 AUC 1-2。

License

MIT

More Repositories

1

docs

Rokid 语音开放平台,包含技能开发、语音设备接入及智能家居接入的文档、SDK 及示例代码
HTML
95
star
2

node-webworker

Threads in Node.js with Web Worker
JavaScript
55
star
3

NextForum

Next Generation Forum App powered by Vue
Vue
43
star
4

rokid-openvoice-sdk

Rokid OpenVoice 语音服务接口,目前支持 Android 与 Linux 平台。
C++
42
star
5

blacksiren

嵌入式设备环境的前端降噪模块
C++
32
star
6

rokid-skill-sample

Rokid技能开发示例代码
Java
29
star
7

better_jieba

用结巴(Jieba)轻松实现细粒度分词
Python
16
star
8

RokidMobileSDKAndroidDemo

Rokid Mobile SDK 开发者文档
Kotlin
13
star
9

RokidSpeechTTSDemo

Java
8
star
10

node-dbus2

The modern DBus binding for Node.js originally forked from https://github.com/Shouqun/node-dbus
C++
7
star
11

RokidMobileSDKiOSDemo

Rokid Mobile SDK 开发者文档
Objective-C
7
star
12

speech-python-demo

python 版本的 speechv, speecht 及 tts 简单调用 demo
Python
7
star
13

glass-docs

Documentation for RokidGlass Project
JavaScript
6
star
14

BERT-multi-GPU

multi gpu training in one machine for BERT from scratch
Python
6
star
15

rokid-openvoice-process-android-pro

Rokid语音服务Android示例代码
C++
6
star
16

vscode-plugin-rokidos

Visual Studio Code Plugin for Rokid Skill Development
TypeScript
5
star
17

homebase-ssdp-tcp-driver-sample

Sample for homebase ssdp + tcp driver
JavaScript
5
star
18

node-http-bypass

Bypass your HTTP/HTTPS backend service configrablly in an easy way.
JavaScript
5
star
19

RokidPhone

Rokid智能语音识别Demo(AS工程),运行在Android6.0平台
Java
5
star
20

rokid-openvoice-websocket

5
star
21

cloudapp-engine

Rokid's CloudApp Engine which implements client-side of CloudApp Protocol v1.0
JavaScript
4
star
22

mingutils

The C++ utilities repository includes logging, serialization, threading, parsing arguments and more.
C++
4
star
23

rokidos-cli

The CLI tool for RokidOS that supports config/install/build/test
JavaScript
4
star
24

egg-i18next

JavaScript
3
star
25

rokid-openvoice-sdk-deps-uWS

Rokid OpenVoice C++ SDK based on uWebSocket.
C++
3
star
26

rokidos-www

The RokidOS Panel for upgrading os, configuration and view Rokid at your browser.
JavaScript
3
star
27

pandora-metrics-exporter

expose pandora metrics to prometheus scrapper
JavaScript
2
star
28

rokid-openvoice-sdk-deps-protobuf

Rokid语音服务客户端SDK的fastjson依赖模块protobuf
C++
2
star
29

rokid-homebase-cli

Rokid Homebase 命令行工具
JavaScript
1
star
30

homebase-nodejs-http-remote-driver-sample

a very simple remote driver sample
JavaScript
1
star
31

mobile-sdk-ios-docs

developer docs rokid mobile sdk
1
star
32

gitbook-plugin-expandable-chapters-interactive

The Gitbook Plugin to enable the expandable sidebar more interactive.
JavaScript
1
star
33

gitbook-plugin-vistors-github

Github Vistors Plugin for Gitbook
JavaScript
1
star
34

mobile-sdk-android-docs

developer docs rokid mobile sdk
1
star
35

tts-demo

tts服务对外接口调用demo
Java
1
star
36

skill-java

技能 java 协议栈、kit 工具包及 demo
Java
1
star