-
I tried to execute every single example from the initial README page, but everything throws different errors.
```
transformer = Seq2VecR2RWord(
word2vec_model=word2vec,
max_length=max_len…
-
Hi, thank you so much for providing your code!
I want to check the output shapes at every stage of the model. I plan to do that by passing in some random tensors of the specific shape required model …
-
I am trying to execute the LSTM to LSTM auto-encoder with word embedding (RNN to RNN architecture) example. I have already trained my own word2vec model via gensim and saved it with the command
`mode…
-
**Bug Description**
BagOfWordCountsTokenEmbedder returns tensor with shape [batchsize, size of vocab (or projection dim)], while most of other embedders return [batchsize, num of tokens, size of hidd…
-
As the authors mentioned in README.md,
pytorch-transformers 1.20 is not compatible with the specified branch in [environment.yml](https://github.com/allenai/dont-stop-pretraining/blob/master/environm…
-
Hi, I am trying to install seq2vec for oblr but get the following error after running `bash build.sh`.
Not sure if it has to do with some versioning issues, any idea how to fix this?
```
...updat…
-
您好,我尝试配置您代码的环境,您说需要自行下载“.Download SkipThought Files to /data from [seq2vec (Password:NIST)](https://pan.baidu.com/s/1jz61ZYs8NZflhU_Mm4PbaQ) (or other path, but you should change the option['model']['…
-
如下配置
seq2vec:
arch: skipthoughts
dir_st: /mnt/data/seq2vec
type: BayesianUniSkip
dropout: 0.25
fixed_emb: False
-
### 问题描述
Hi, In **PaddleNLP**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
jieba
colorlog
…
-
Thanks you for making such a project public.
At the same time, I have some issues about this project:
In the vec5_CTC.txt file, each amino acid have a corresponding vector. What is the basis for d…