-
Note, 4.1.2023: During this research effort I've been browsing, reviewing, visiting and revisiting, studying a huge amount of articles, concepts,, linked by association during browsing etc. for feedin…
-
I am implementing various NLP models used for various tasks such as question answering and machine translation. I am implementing the models in both PyTorch and TensorFlow. If you would like to see im…
-
Well thanks for your code, for now I am searching for your past project
https://github.com/3Vikram-K/ChatBot
but I can't find it, is this project
https://github.com/3Vikram-K/Seq2Seq-Chatbot-usin…
-
## 🐛 Bug
In line 58 of the `TextClassificationTransformer.common_step()` method (https://github.com/Lightning-AI/lightning-transformers/blob/master/lightning_transformers/task/nlp/text_classification…
-
## 🐛 Bug
`torch.norm` is really slow compared to `torch.sqrt(a**2 + b**2)`. The specific `input_` size is based on the output of `torch.stft`.
## To Reproduce
```python
import torch
import…
-
Helo dears,
I'm trying to load pre-training mode as bellow code:
```
url = 'https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.ar.vec'
SRC.build_vocab(train_data, vectors=Vectors('wi…
-
**Combine neural nets with statistical models**
Some papers/competitions have shown that combining statistical models with neural networks can increase accuracy. An example is the winner of the M4-co…
-
Hi, when I train Quora dataset I got errors like below:
epoch: 1
Traceback (most recent call last):
File "train.py", line 151, in <module>
main()
File "train.py"…
-
-
问下这里有做文本相似度方面的项目吗?