WebGLM icon indicating copy to clipboard operation
WebGLM copied to clipboard

WebGLM: An Efficient Web-enhanced Question Answering System (KDD 2023)

Results 57 WebGLM issues
Sort by recently updated
recently updated
newest added

![捕获](https://github.com/THUDM/WebGLM/assets/114299344/b1d97bd3-49dc-4f4e-967c-3a0c652597e3) 怎么在代码改变上面的url里的ip地址

配置好本地环境,使用WebGLM-2B模型。提问:Is HER2 gene a good target for treating cancer? 出现如下报错: **Input length of input_ids is 1056, but `max_length` is set to 1024.** This can lead to unexpected behavior. You should...

您好,请问在原论文中提到在使用 LLM 增强 contriever 的时候的训练 label 是 Rouge-1 的准确率吗?但是我看源码loss 的正负样本 label 是0,1呢?开放的源码不全吗? ``` “Therefore, the labels we use for training are the Rouge-1 precision scores of a query-reference pair.” ```

![截屏2023-06-26 12 59 36](https://github.com/THUDM/WebGLM/assets/20451881/92952575-e1df-416f-82b8-2bfd9ecb9284) 一直出不来结果,不知道大神有没有遇到?

手动下载的WebGLM10B应该放在工程的哪个目录,应该在哪个程序里面设置,

跑了web_demo.py 报错了 ```bash Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 437, in run_predict output = await app.get_blocks().process_api( File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1352, in process_api result = await self.call_function( File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py",...

运行 WebGLM 的最低硬件要求(例如 GPU、内存)是多少? 它可以在 Nvidia 3060 6G VRAM 和 Intel i7 CPU 16G RAM 上顺利安装和运行吗? 需要多少硬盘空间 ?

os: ubuntu 18:04 python: 3.9 cuda: 11.8 启动命令:python web_demo.py -w THUDM/WebGLM-2B --searcher bing question: 大连在中国什么位置 error: ` WebGLM Initializing... WebGLM Loaded Running on local URL: http://0.0.0.0:8032 [System] Searching ... [System]...

[Error] SERPAPI_KEY is not set, please set it to use serpapi 但 export SERPAPI_KEY="xxxxx" 已经设置过了