-
hi @nreimers , it's a nice repo. When I read your code in training_stsbenchmark_bilstm.py. I want to test the performance of bert + bilstm, but maybe there is a bug in lstm. I have read all issues abo…
-
Hi I have a list of arabic text and I want to extract keywords of each list element, for this I'm following the documentation ,
So I started by initiating the keybert model with this model
`from k…
-
Hi everyone. I was wondering if is it possible to do the same "span contextual embeddings" with a HuggingFace model. I`ve been able to generate token contextual embeddings (https://discuss.huggingface…
-
I was Training a LSTM model.and I need load embeddings(word2vec) from file.
file format like this:
`0 |CW -0.117767881389987 -0.136789685972378 -0.157142990666484 |CT 1:1`
` 1 |CW -0.1422775702569…
-
hi,@yunsukim86
When I used the following command to start the word by word translation (English-Chinese):
python translate.py --src_emb /data/home/aaa/mt/dataset/muti-domain/dataset/muti_dom…
-
Thanks for a great NLP library! In https://github.com/aboSamoor/polyglot/issues/22 , you mentioned that "Most of these models were trained using code that relies on Theano (deep learning library)." Is…
-
# Classifying documents without any training data - Max Halford
I recently watched a lecture by Adam Tauman Kalai on stereotype bias in text data. The lecture is very good, but something that had not…
-
【背景】
• 加算的合成性の理論は実用的な単語埋め込みには適用できない仮定を持っている。
• 加算的合成性はAND演算として理解されているが、ORやNOTなどの他の演算が埋め込みでどのように計算されるかはよく理解されていない。
【目的】
• 実用的な単語埋め込みと加算的合成性の理論のギャップを埋めるために、周波数重み付き中心化のアイデアを提案する。
• 加算的合成性の理論をAND演算から…
-
![issue](https://github.com/AlibabaResearch/AdvancedLiterateMachinery/assets/68524490/5800625d-bebc-4286-a00a-01663b95799d)
if inputs_embeds is None:
inputs_embeds = self.word_…
-
Suggest creating a GitHub Actions workflow to run pytest on commits and pull requests.
Steps:
1. Create a new file .github/workflows/test.yml
2. Add configuration to test.yml to configure the e…