-
## Prequest
![image](https://user-images.githubusercontent.com/1320252/123796714-fdc5b580-d917-11eb-9371-3e852a8a8051.png)
- https://deepmind.com/learning-resources/-introduction-reinforcement-l…
-
Hi,
I am currently trying off-the-shelf tranformer example with deepspeed:
```
BS=4; PYTHONPATH=src USE_TF=0 deepspeed examples/pytorch/translation/run_translation.py \
--model_name_or_path t5-11b…
-
This has come up several times, but I don't see a bug for it.
Here's a sample use that highlights the problem:
```dart
import 'dart:async';
Stream change(Stream stream) {
return stream.…
-
Hi all!
I'm just pondering a bit with the transformers in our lib. We currently have three varieties of symbols:
1. Symbols for specific transformers with footpritns linked (these are fine and mos…
-
Uncertainty quantification based on Gal et al.'s work [https://arxiv.org/pdf/1703.04977.pdf] has been implemented on many models since issues #1119 and #1211 . However, for many of the newer models, e…
z-q-y updated
9 months ago
-
To be able to implement domain models that hide certain information it is necessary to support injection of projections into fields. Read only views can already do that via constructor injection, but …
-
My project has no webpack config file.
I assume it is replaced with Metro bundler.
If so, how to integrate it with Metro bundler?
FYI, my project is based on Ignite React Native https://github.co…
-
L'appel à la fonction `hessian(pd::DependentScalingModel, data::IDFdata)` peut causer une erreur dans certains cas. Cette erreur a lieu lors de l'exécution de `PDMat(Symmetric(H))`
L'erreur est la …
-
![image](https://github.com/yuanzhoulvpi2017/zero_nlp/assets/91042213/4e681244-224e-4473-8be7-61bc9f995f81)
在将模型保存下来后然后重新读取的时候,读取预处理器会报错。下边是错误内容,transformers版本为4.40.1, torch版本为2.0.1+cuda11.8, 设备为移动端R…
-
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create st…