-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
root@autodl-container-40b74f9912-1ab26877:~# llamafactory-cli env
[2024-11-23 13:16:23,920] [INFO]…
-
While updating NEAT to use the most recent grape release, @justaddcoffee and @hrshdhgd and I took a look at what we're using to generate node embeddings based on pretrained word embeddings like BERT e…
-
requests.exceptions.ConnectionError: HTTPConnectionPool(host='212.129.155.247', port=80): Max retries exceeded with url: /embedding/cn_tri_fastnlp_100d.zip (Caused by NewConnectionError(': Failed to e…
-
加载albert-base模型时报以下错误:
Shape of variable bert/embeddings/word_embeddings:0 ((21128, 768)) doesn't match with shape of tensor bert/embeddings/word_embeddings ([21128, 128]) from checkpoint reader.
-
API could support existing word embeddings:
http://vectors.nlpl.eu/repository
https://nlp.stanford.edu/projects/glove/
https://fasttext.cc/docs/en/english-vectors.html
https://fasttext.cc/docs/en/…
-
I add head_dim 224 to config.cmake。compile success, but runtime error:
terminate called after throwing an instance of 'std::invalid_argument'
what(): FlashInfer Internal Error: Invalid configur…
-
We should download pre-trained word embeddings to improve our sentiment analysis. This lets us leverage language information from a massive text database, so our neural network can focus on analyzing …
-
Hi,
Setting Dropout in production results in random embeddings. This has been discussed in the main repo if you search. To reproduce this, just run the same string more than once, each time you'll s…
-
We (AUEB's NLP group: http://nlp.cs.aueb.gr/) recently released word embeddings pre-trained on text from 27 million biomedical articles from the MEDLINE/PubMed Baseline 2018.
Two versions of word e…
-
The two themes in this project will be:
1) using word embeddings in sentiment analysis. As a starting point, see:
- [this article](https://www.sciencedirect.com/science/article/pii/S18770509183076…