issues Search Results · repo:HKUST-KnowComp/JWE language:C
Filter by
9 results
(81 ms)9 results
inHKUST-KnowComp/JWE (press backspace or delete to remove)Where can we get a copy of ChineseEmbedding.txt?
In if name == main : print( Building vocab... ) vocab = Vocab.build( ./data/train.csv ) vocab.save( ./data/vocab.json )
# print( Loading vocab... )
# ...
ManWan888
- Opened on Feb 18, 2021
- #9
作者你好,假设一句话 我 爱 北京 天安门 训练 ‘我 爱 xx 天安门 目标词是 北京 你的Wi-1 和 Wi+1 是 ’‘我’ ‘爱’ 那么 请问 char和sub是什么 是 北 京 么
Crescentz
- Opened on Nov 10, 2020
- #8
我最近在研究JWE的代码,发现源码是基于CBOW模型的,于是想改写一下试试skipgram版本,但是发现不管怎么改写效果都很差,所以想和您讨论一下JWE的skipgram版本应该要怎么来改
klqqq
- Opened on Sep 21, 2020
- #7
In your code, I guess the only place where the three vectors have connections with each other is syn1neg[c + l2] += g1 *
neu1[c] + g2 * neuchar[c] + g3 * neucomp[c]. I m not familiar with gradient policy ...
iriscxy
- 2
- Opened on Oct 30, 2019
- #6
Hi, I noticed that your final output of the word embedding, character embedding, and subcharacter embedding are
separated. I am wondering that should I manually use the sum of all three types of embedding ...
Saltychtao
- 2
- Opened on Dec 29, 2018
- #4
hello,I am confuse about the speed of multi-thread training,for I train with 8 threads as default, but the took tens of
times compare with trainning word2vec with gensim. I also use command $top to watch ...
AsherChan
- 3
- Opened on May 11, 2018
- #3
Hi. It seems that the blog you referred to about pre-processing instructions of the Chinese wiki dump is no longer
accessible. so could you provide some more details about pre-processing? or add a script ...
michael-wzhu
- 3
- Opened on Apr 26, 2018
- #2
hi, I have deploy the spider code on that Scrapy Cloud, but it has 1 hour limited for free use. i wonder if it is
convenient to provide the processed char2comp.txt and comp.txt which will be used for training ...
dyzhou2015
- 7
- Opened on Dec 5, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.