Skip to content
#

transformers

Here are 1,407 public repositories matching this topic...

annotated_deep_learning_paper_implementations

🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

  • Updated Aug 10, 2022
  • Jupyter Notebook
haystack
tstadel
tstadel commented Aug 9, 2022

Is your feature request related to a problem? Please describe.
BaseDocumentStore's get_all_documents supports return_embedding as method param but get_document_by_id does not. This is inconsistent and a bit confusing.

Describe the solution you'd like
Add return_embedding param to get_doucment_by_id of BaseDocumentStore and all its subclasses.

**Describe alternatives y

type:feature good first issue Contributions wanted! topic:document_store
PaddleNLP
gpengzhi
gpengzhi commented Jul 6, 2022

https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/machine_translation/transformer
在我们的基于 Transformer 的 Machine Translation 例子中,数据准备这一步奏仅提供了一个预处理好的 WMT14 en-de 数据,并没有告诉读者该怎么处理数据,每一步应该怎么做,可否像 fairseq (https://github.com/facebookresearch/fairseq/tree/main/examples/translation) 一样,将每一个步奏都提供出来。

另外,我们的PaddleNLP数据处理看起来和代码高度耦合。意思就是我每想用新的机器翻译数据训练模型,我需要在PaddleNLP里先写一些支持该数据的新的代码。这从用户的视角看并不是

good first issue
tonigi
tonigi commented Feb 15, 2022

Describe the bug
Setting "text-gen-type": "interactive" results in an IndexError: : shape mismatch: indexing tensors could not be broadcast together with shapes [4], [3]. Other generation types work.

To Reproduce
Steps to reproduce the behavior:

  1. Install, adapt 20B to local environment, add "text-gen-type": "interactive" config
  2. Run inference
  3. Enter arbitrary prompt when
bug good first issue
mbousq
mbousq commented Apr 19, 2022

Hi there.
The app is not launching on ubuntu 21.10 (kernel 5.13.0-39). When running from terminal I get:

Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid 
bug enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."

Learn more