estuday

Results 11 issues of 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,...

![H%4)9Z4%SNV9X}S8HT$8H@S](https://user-images.githubusercontent.com/45581281/227405254-43b4f686-9dbd-4bf3-a362-846dda86a756.png) ![image](https://user-images.githubusercontent.com/45581281/227405322-d0799695-5fed-4749-a165-4d9d6ab91c4c.png) ![image](https://user-images.githubusercontent.com/45581281/227405414-002d4360-1c43-4ff4-a9f0-581bb6bbfeca.png)

bug

### 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 | 功能请求 您好! 我想问一下这个大模型的回复聊天框是统一封装的吗?我想和复制按钮一样,在回复框的右下角新建一个按钮实现其他功能,请问这部分的代码在哪? ![image](https://github.com/binary-husky/gpt_academic/assets/45581281/229aba7c-4a25-42e1-addc-d3b95d49f941)

在T5decoder的输出中,输出的logits是一个表示开始的special token。由于我的任务的特殊性,只需要生成一个toeken,所以这个开始标记会影响结果。所以我想知道,在T5中可不可以直接生成target token。

你好! 我在进行这个实验时https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell/asr1 在stage1提前结束了训练,再进行stage2获取最佳模型时,出现如题的错误。 ![image](https://github.com/PaddlePaddle/PaddleSpeech/assets/45581281/1cbf9994-0fe7-4d31-aadc-7fa9a2707ecc) 我查看了路径下是有保存模型的 ![image](https://github.com/PaddlePaddle/PaddleSpeech/assets/45581281/fd5326fd-3063-4e69-93c6-d1b940dddb40) 请问有什么方法可以解决吗

Question

您好,项目中很多代码在提供的环境中跑不起来了,可以更新一下requirements吗?

您好! 我想问一下airllm是否支持ptunig、lora等微调模型的加载,如果可以,能否给一段示例代码?

enhancement

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...