-
Hi I have tried training the discriminator with the following command:
```
python bert_discriminator.py
--task_name sst-2
--do_train
--do_lower_case
--data_dir data/SST-2/
--bert_model ber…
-
## Description
Eve Cheng has done some experiments with the Word Movers Distance algorithm which gives the distance between two sequences of sentence embeddings.
Can Harmony use this to say that th…
-
Hello. Thank you for publishing your research. While reading your SeqMix paper, I had trouble understanding the method you used to build your {word, embedding} table (as discussed in Section 3.2 and A…
-
2022-01-10 17:05:17,709 INFO: char embedding size: 6169
2022-01-10 17:05:17,918 INFO: word embedding size: 71222
2022-01-10 17:05:21,442 INFO: Model(
(token_embedder): ConvTokenEmbedder(
(wo…
-
Hi.I have some problems about where the word embeddings I can download?
-
Hi, I'm new to NLP and trying to pre-train a transformer, but the default dimension is high so I add a linear layer according to the demo below:
```
from sentence_transformers import SentenceTrans…
-
root@liangzhiNLP:/home/liangzhi/liangxingzheng/multi-criteria-cws/multi-criteria-cws# ./script/train.sh joint-10in1 --dynet-seed 10364 --python-seed 840868838938890892
[dynet] random seed: 10364
[dy…
-
对抗学习中:emb_name='word_embeddings.' 这个代码,他的参数是怎么确定的?
-
Hi, thanks for your great work. In the paper, it is said in section 3.2, that word feature vector will be fused with image embeddings. Could you please provide more details about such fusion? Is it a …
-
Hi, Congratulations on the amazing work. I would like to apply UDA on BERT model with fine-tuned language model using HuggingFace Transformers(https://github.com/huggingface/transformers/blob/master/e…