-
目前我将uie-small-char的added tokens替换到了T5-pegasus-small的vocab.txt中的unused token,同时将prefix_max_len设为0取消了SSl,但是出现了各种各样的报错,请问作者能否提供一下做对比实验室用其他预训练模型(中文更佳)的方法?
-
### 请提出你的问题
UIE 对于长文本fintue,直接将 demo 是128 --max_seq_length 改为512,可否直接fitune,对效果有影响?
-
PaddleClasModel 通过gpu启动,后面和教程中的一样,在启动多线程的同时,进行clone(),但是线程执行完后gpu不释放,请问该如何解决?
-
### 模型融合
UIE 通过不同的数据训练了多个模型,如何融合到一起
-
### 请提出你的问题
使用uie 跑部署代码 ,/deploy/python/infer.py的时候报错,fastdeploy==0.8.0,python38 cuda11.2 cudnn8.2 带rt的paddlepaddle
--backend 是paddle_tensorrt
![image](https://github.com/PaddlePaddle/PaddleNLP/a…
-
### 请提出你的问题
如何增加模型输入的最大长度,直接在微调命令中修改max_seq_length训练会直接报错
![uie-max-seq](https://github.com/PaddlePaddle/PaddleNLP/assets/39551480/4b133d59-31df-43c5-a77f-994f1f3cd7ea)
-
### 请提出你的问题
Paddle版本为2.3.0,PaddleNLP版本为2.4.0,在做UIE模型微调时报 TypeError: __init__() got an unexpected keyword argument 'architectures',是什么原因???
-
### 请提出你的问题
你好,我跑了一下首页的UIE demo,模型没有输出。
demo:
> from pprint import pprint
> from paddlenlp import Taskflow
>
> schema = ['时间', '选手', '赛事名称'] # Define the schema for entity extraction
> ie …
-
[Question]: 按照 https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/uie 教程基于uie-base模型做训练,训练完成之后模型保存在MODEL_PATH,使用 Taskflow('information_extraction', schema=self.schema, task_path=MODEL_PA…
-
Tested custom matcher in the example project, fails:
```
// EarlGreyExampleSwiftUITests.swift
func testCustomMatcher() {
let workaroundArray: NSArray = [grey_kindOfClass(UITableViewC…