-
Hi,
I tried to run the main.py and I got following error messages.
It looks like it failed to load the Llama2-7b model.
Any help will be appreciated.
'''
$ python main.py 'How much is the mini…
-
Hello everyone,
I hope you're doing well. I encountered an issue while using RESDSQL for predicting SQL on my dataset. Despite following all the recommended steps, I'm observing an accuracy range o…
-
### Current Behavior
This is an issue relating to the integration of GPTCache with LangChain
```
import os
import time
import gptcache
from gptcache.processor.pre import get_prompt
from gpt…
-
I ran this command
`python main.py "What is the maximum HOTA score"`
on a custom file and get the following error:
```bash
(env) mikel@T4-3:/T4-drives/llm/mikel/Llama2-Custom-document-QA$ p…
-
# 概要
ルートAPIを色々試してみる
※ わかりやすくするため改行しているが、実行しても動かないので要注意
```sh
https://maps.googleapis.com/maps/api/directions/json?
origin=Adelaide, SA
destination=Adelaide, SA
waypoints=optimize:true|Barossa Valley,…
-
Dear authors,
I have seen the ZEN2 achieves great success on the NLPCC-DBQA task from ERNIE 3 paper, I have gone through GitHub but found no answer yet for the DBQA task except the using NLPCC-DBQA…
-
Dear authors,
I have seen the ERNIE2 achieves great success on the NLPCC-DBQA task from ERNIE 3 paper. I wonder can you give me some hints on how you apply ERNIE2 to the DBQA task i.e. semantic par…
-
如果是对单个句子进行监督的二分类训练,那还是比较容易理解的。但是,我现在要分类的是“一对句子之间是否意思相同”。
感觉好像可以把两个句子拼合成一个句子,然后对这个合成句子进行二分类。但是,我不确定怎样的拼合方法是模型所能支持的。
我是否可以简单地用分号把两个短语连成一个句子,然后就这么标注?
label | text
------------ | -------------
0 | 张三…
-
readme给出的[dbqa数据集](https://ernie-github.cdn.bcebos.com/data-dbqa.tar.gz)里面啥也没有
-
我在finetuned_model_to_module/module.py文件中,把batch_size由1改为32(如下),推理速度变快了,但是结果却变化很大,召回下降很多。请问是什么原因呢,或者还有什么提速的方法吗,谢谢!
```
def _initialize(self,
ckpt_dir="checkpoint",
…