-
Hi Matteo,
compiling Q&A example I get the following error:
no required module provides package github.com/nlpodyssey/spago/pkg/nlp/transformers/bert; to add it:
go get github.com/nl…
-
I see that SPU already has experimental support for PyTorch. Has it been tested on a transformer model yet (even for inference)?
-
Hi,
I am very interested in the distributed inference of Colossal AI. Since we have pre-trained NLP models from Pytorch or JAX, I wonder if possible or what should be done to use EnergonAI for infere…
-
As an additional model for the package. Use previous work from Dominik for the dataloaders.
Try to incorporate intensities instead of just thresholds.
-
Hi,
I would like to get translation result from the [eng-kor model](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-kor) with `transformers.MarianMTModel` and `transformer…
-
Mish is a new novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681).
It has shown promising results so far and has been adopted in several packages including:
- [Ten…
-
Mish is a new novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681).
It has shown promising results so far and has been adopted in several packages including:
- [Ten…
-
Hi,
I tested the 2.1.2 version and I encountered an issue while analyzing some articles. I activated CUDA and pytorch detects my GPU (Tesla V100 16GB). As the migration guide stated, it does make m…
-
### 软件环境
```Markdown
paddle-bfloat 0.1.7
paddlepaddle-gpu 2.4.2.post112
centos 7.6 cuda 版本11.4
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
安装命令
pi…
-
### Problem Description
Based on the model named "Helsinki-NLP/opus-mt-es-en", I investigated the time-consuming composition of using the onnx model and the pytorch model for inference, and found tha…