estuday
estuday
`--------------------------------------------------------------------------- AssertionError Traceback (most recent call last) /tmp/ipykernel_182/1763430471.py in 3 4 schema = ['时间', '选手', '赛事名称'] ----> 5 ie = Taskflow('information_extraction', schema=schema) 6 pprint(ie("2月8日上午北京冬奥会自由式滑雪女子大跳台决赛中中国选手谷爱凌以188.25分获得金牌!")) /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlenlp/taskflow/taskflow.py in __init__(self, task, model, device_id,...
用的是bart
  
### Describe the bug I find that using openllm will lock GPU computing resources. How can I unlock or reduce the locked resources ### To reproduce _No response_ ### Logs...
### Class | 类型 程序主体 ### Feature Request | 功能请求 您好! 我想问一下这个大模型的回复聊天框是统一封装的吗?我想和复制按钮一样,在回复框的右下角新建一个按钮实现其他功能,请问这部分的代码在哪? 
在T5decoder的输出中,输出的logits是一个表示开始的special token。由于我的任务的特殊性,只需要生成一个toeken,所以这个开始标记会影响结果。所以我想知道,在T5中可不可以直接生成target token。
你好! 我在进行这个实验时https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell/asr1 在stage1提前结束了训练,再进行stage2获取最佳模型时,出现如题的错误。  我查看了路径下是有保存模型的  请问有什么方法可以解决吗
您好,项目中很多代码在提供的环境中跑不起来了,可以更新一下requirements吗?
Hi Apoorv Great work with KGT5 model. I follow your code to training the T5 from scratch. However , it does not work after staring fresh. Have you ever encountered...