Menghong Han

Results 6 issues of Menghong Han

How can I get the aggregation function? for example, select sum(columnA) from a , I want to get the aggregate function "sum()". Is there any function in this package can...

enhancement

### Describe the bug ![image](https://user-images.githubusercontent.com/61367724/223109301-718e8e33-36d8-4ad3-8146-f26eca0bc295.png) ![image](https://user-images.githubusercontent.com/61367724/223112509-f2a783fe-30bb-4402-849a-403cfbdb4697.png) when using async acreate , the API timeout ### To Reproduce async def chat(query, retry_count=0): response = await openai.ChatCompletion.acreate( model="gpt-3.5-turbo", messages=query, temperature=0.7, max_tokens=1200, top_p=1,...

bug

https://github.com/zphang/transformers.git@68d640f7c368bcaaaecfc678f11908ebbd3d6176 in requirements.txt cannot reach

你好,请问方便公布一下从CLUE到现在promptCLUE数据集,构造的prompt吗。现在这个测试集没有原始来源,而且怎么变成现在的prompt也不知道,想原来CLUE的任务评测没有办法做。希望得到回复谢谢

你好对这个方向非常感兴趣,比如在公司实际落地的时候,需要模型理解一个系统的整体概念,用langchain+向量检索无法理解大的语境 。期待你们的论文,另外有推荐的相关领域论文或者资料吗,非常感谢

Awesome work! Will you release the code that creates your eval dataset because it's quite complicated from your description in the paper. Using this method to generate more data for...