Yucheng Li
Yucheng Li
@wenwenyu 辛苦了!近期在组会了和同事分享了你的工作,大家都比较感兴趣。如果博客完成了记得来close这个issue
@swoogle 自己git clone下来编译就好了
The cutoff date is crucial for programing tasks. We would have no idea whether CodeLlama handles torch2.0, unless we know its cutoff.
Is this been solved? I have tried to load gptq Llama-2 70B directly with huggingface. It works well. But when I tried load with `from_quantized` with AutoGPTQ, I still need...
`https://www.zhihu.com/api/v4/members/${key}?include=follower_count` 其实是知乎的这个接口挂了,暂时没有解决办法。
Just change [line 31](https://github.com/LuChang-CS/news-crawler/blob/master/link/bbc_link.py#L31) to `elements = soup.table.find_all('a')` . Just test, it runs without problem.
This repository is PyTorch version of OpenNRE. So it is refer to a TensorFlow version: https://github.com/thunlp/OpenNRE You can find data link above. NYT10: [Google Dive](https://drive.google.com/file/d/1eSGYObt-SRLccvYCsWaHx1ldurp9eDN_/view?usp=sharing)
> @Atomin-Lee if you're setting `conversationId`, you must also set `parentMessageId` (and they both have to be valid having come from the ChatGPT account you're currently using). Otherwise, the behavior...
@yaozhewei Thanks for your reply! I understand this project only provide command line interface at this stage. I just want to be aware of the name of the interface library...
可以用这么引吧 ``` @misc{Yi, title={A series of large language models trained from scratch by developers at 01-ai}, author={Yi}, howpublished = {\url{https://github.com/01-ai/Yi}}, year={2023} } ```