-
Updated
Aug 10, 2022 - Jupyter Notebook
transformers
Here are 1,407 public repositories matching this topic...
-
Updated
Jul 27, 2022 - Python
-
Updated
Aug 7, 2022
-
Updated
Feb 25, 2022 - Python
-
Updated
Aug 8, 2022 - Rust
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里先写一些支持该数据的新的代码。这从用户的视角看并不是
-
Updated
Jul 6, 2022 - Python
-
Updated
Aug 10, 2022 - Python
-
Updated
Mar 13, 2022 - Python
-
Updated
Jul 24, 2022 - Python
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Aug 7, 2022 - Python
-
Updated
Aug 10, 2022 - Python
-
Updated
Aug 11, 2022 - Scala
-
Updated
Jun 29, 2022 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Aug 3, 2022 - Python
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:
- Install, adapt 20B to local environment, add "text-gen-type": "interactive" config
- Run inference
- Enter arbitrary prompt when
-
Updated
Aug 8, 2022 - JavaScript
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
-
Updated
Aug 4, 2022 - Jupyter Notebook
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Aug 10, 2022 - Python
-
Updated
Aug 2, 2022 - Python
-
Updated
Aug 10, 2022 - Scala
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
-
Updated
Aug 10, 2022 - Python
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
BaseDocumentStore'sget_all_documentssupportsreturn_embeddingas method param butget_document_by_iddoes not. This is inconsistent and a bit confusing.Describe the solution you'd like
Add
return_embeddingparam toget_doucment_by_idofBaseDocumentStoreand all its subclasses.**Describe alternatives y