-
### Feature request
Microsoft's [unilim repository](https://github.com/microsoft/unilm/tree/db1095a693aa0d6d15bb9312cccb7f8af42b0aeb/layoutlmft/layoutlmft), which originally implements all `LayoutLM`…
-
### System Info
Hi Community!
I am using `run_clm.py` with `deepspeed` to fine-tune LIama 7B on `g5.12xlarge` EC2 instance (4 GPU, Total GPU memory 96 GB, vCPUs 48 with 192 GB).
* Transforme…
-
Hi I get the following error message:
`TypeError: forward() got an unexpected keyword argument 'past'
in:
`endpoints/views.py", line 62, in gpt2_infer
output, past = model(context, past=past…
-
### System Info
- OS: Ubuntu 20.04.4 LTS focal
- Conda: 4.12.0
- Python: 3.7.14
- Pip: 22.1.2
- Torch: 1.12.0
- Transfromers: 4.16.2
- NVIDIA-SMI: 510.73.05
- Nvcc -V: cuda V11.3.109
### …
ghost updated
2 years ago
-
When I run:
```
from sentence_transformers import SentenceTransformer
sentences = [ "Each sentence is converted"]
model = SentenceTransformer('paraphrase-MiniLM-L6-v2')
embeddings = model.encode(…
-
## Environment info
- `transformers` version: 4.7.0
- Platform: Linux-5.4.0-74-generic-x86_64-with-glibc2.31
- Python version: 3.9.5
- PyTorch version (GPU?): 1.9.0+cu111 (True)
- Tensorflow vers…
-
# ❓ Questions & Help
How can I run BART pre-training?
I have data to pre-training(Masked LM)
-
For example [putout has these transfromers](https://github.com/coderaiser/putout#:~:text=convert%20commonjs%20to%20esm). I believe it's possible to support/reuse them.
VSCode (actually TS) has bui…
-
When I am importing , I get this error:
```
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)…
-
A partir da tecnologia escolhida, deve-se definir qual vai ser a pipeline escolhida para desenvolvimento para treinamento do modelo:
- Foi indicado o uso dos tranformers por meio do professor, poré…