-
参考https://github.com/PaddlePaddle/PaddleSlim/tree/develop/example/auto_compression 这个方法直接报错,请指导,谢谢
-
### 请提出你的问题
就是有没有UIE在标准数据集上面的测评。想看看UIE的效果比bert强还是弱。(以命名实体领域为例)。因为在使用UIE过程中发现,UIE抽取比bert差好多。所以想看看标准数据集上,是强还是弱。
-
For example, in a replay where the Stukov commander builds a barracks, the `uie : UnitInitEvent` has a name "SIBarracks", but when `BuildOrdersComp::rebuildTableData()` makes the following call:
`ent…
-
Thank you for your work and open source it. At present, I don’t seem to see the pre-training code, and there is no pre-training data processing code. Excuse me, will you open source the relevant code?…
-
[2022-11-17 11:44:05,198] [ INFO] - Validating PyTorch model...
[2022-11-17 11:44:26,931] [ INFO] - -[✓] Pytorch model output names match reference model ({'start_prob', 'end_prob'})
[2022-11…
-
-
### 软件环境
```Markdown
- paddlepaddle:2.4.1
- paddlepaddle-gpu: 2.4.1.post112
- paddlenlp: 2.5.0
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
使用多线程在GPU上进行推理, 实验过程中…
-
使用的是huggingface -- luyaojie/uie-base-en
input: """ person work for In 1997, Steve was excited to become CEO of Apple."""
output: ''
根据论文,UIE不是应该具备通用的信息抽取能力吗?
是我的使用方式有问题吗?
-
### 请提出你的问题
目前的UIE-X模型太大了,启动占用显存非常大。能否参考UIE的模型,给出:medium,tiny的版本的呢。急迫!
-
### 问题描述
最近在尝试将uie的onnx模型迁移到华为的npu机器上,有成功将om模型进行离线推理的样例吗