-
你好,想咨询一下几个关于微调的问题
1、微调时的训练数据中的query是指问句吗?还是说任意句子都可以?
2、pos和query之间的关系是一种语义上的相似关系吗,可不可以认为pos是对query的重写?
3、对于微调使用训练集的大小有什么指导性的建议吗,是根据预训练使用数据集的大小来定吗?
-
./scripts/train/cspider_text2natsql/generate_text2natsql_dataset.sh 里面存在如下两个问题(相同情况在 cspider_text2sql也有):
1. line 4, text2sql_data_generator.py 的 input_dataset_path 应为带有列、表概率的 train_cspider_with_prob…
-
### Chat2DB Version
2.0.1
### Describe the bug
连接达梦8数据库后无法进行语句查询,日志报错
ERROR 1 --- [io-10824-exec-1] a.c.s.s.e.EasyControllerExceptionHandler.164 : cadac300-d6c1-4c09-a3b1-b365189e2576 | 发生未知异常/a…
-
### Chat2DB Version
v2.0.0
### Describe the bug
数据库不存在,则点击刷新表,会报错 "common.systemError: 系统发生异常,可在帮助中点击日志查看异常详情。如无法解决,可关注微信公众号Text2SQL咨询帮助"
-
error [Error: PineconeClient: Error calling query: Error: PineconeClient: Error calling queryRaw: FetchError: The request failed and the interceptors did not return an alternative response]
the inde…
-
### Bug Description
The example of a text-to-SQL query that is provided here:
https://gpt-index.readthedocs.io/en/latest/examples/index_structs/struct_indices/duckdb_sql_query.html
fails with the l…
-
så i downloaded and installed the requirements. i noticed utils.py is not written in normal python or at least im getting syntax error. when i run the code i get this error
`valiantlynx@DESKTOP-3…
-
### Chat2DB Version
2.0
### Describe the bug
系统:
MacOS Ventura 13.4.1 (22F82)
错误日志如下:
2023-07-03 16:34:14.862 INFO 12994 --- [http-nio-127.0.0.1-10824-exec-1] a.chat2db.server.start.log.EasyL…
-
可不可以加上模型推理以及推理加速的代码。
我们现在的服务器上只有2个GPU:16G。CPU:64G。
模型推理现在是跑在CPU上的。非常慢,推理一次要1分多钟。而且每次推理消耗大量的CPU资源。
尝试使用device_map="auto"跑在GPU上,但是推理速度比CPU更慢。
1.这个模型很大,一般建议在什么配置上运行,能给个建议吗
2.能不能提供模型推理和加速的相关代码。
十分感谢…
-
Hi,
Thanks for open-sourcing the project.
I was trying this on a non gpu windows 10 machine (conda environment, python 3.7.9, pytorch 1.5)
I was able to run Preprocess dataset, but got the bellow…