-
combined_embeddings = []
# Process each row in the DataFrame
for _, row in df.iterrows():
extract common function from contextual_w_e
-
Hi,
I am wondering, do you know of any pretrained word embeddings for Ottoman Turkish? I wanted to use this dataset to add that as a language to [Stanza](https://github.com/stanfordnlp/stanza), bu…
-
### System Info
platform: linux: `ubuntu 22.04`
python version: `3.10.12`
transformers version: `4.44.2`
### Who can help?
_No response_
### Information
- [ ] The official example scr…
-
During the training of a Transformer-based neural machine translation bilingual model, a CUDA assertion failure is occurring in the indexing operation. See error [here](https://github.com/user-attachm…
-
Hi all, Iʻm using pre-trained embeddings and I get this error:
```shell
(TY-EN) ubuntu@ip-172-31-2-199:~/TY-EN/eole/recipes/wmt17$ eole train --config wmt17_enty.yaml
[2024-09-19 04:42:34,864 INFO]…
-
curl http://192.168.1.157:11434/api/embeddings -d '{
"model": "qwen2.5:7b",
"prompt": "prompt"
}'
How to call the above example? Pass in the URL address: model name and prompt word, three parame…
-
[GloVe](https://dsnotes.com/post/fast-parallel-async-adagrad/) and [Skip-gram](https://aegis4048.github.io/optimize_computational_efficiency_of_skip-gram_with_negative_sampling) models should be doabl…
-
### System Info
platform: linux: `ubuntu 22.04`
python version: `3.10.12`
transformers version: `4.44.2`
### Who can help?
_No response_
### Information
- [ ] The official example scr…
-
There is no support for [GloVe](https://nlp.stanford.edu/projects/glove/) word embeddings or [fastText](https://fasttext.cc/) word vectors
-
dear author:
when i use the command :"python MLM_SFP.py --pretraining bert_mul_2.pth --data_embedding my_rna.fa --embedding_output rRNABert_emb.csv --batch 40"
i met the following errors:
RuntimeEr…