-
Hi guys, recently I tried to use `datasets` to train a dual encoder.
I finish my own datasets according to the nice [tutorial](https://huggingface.co/docs/datasets/v2.11.0/en/dataset_script)
Here a…
-
rocketqa非常好用,感谢团队的付出!!
我利用rocketqa做self_training,因此在迭代过程中,需要多次load同一模型。先去做inference获得伪标签,再去利用伪标签做finetuning,根据我写的封装逻辑,这个过程要对同一模型加载两次,但paddle框架应该不支持这样操作,因此会报错:
```
Traceback (most recent call last):…
-
### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已…
-
### 软件环境
```Markdown
- paddle2onnx 1.0.5
- paddlefsl 1.1.0
- paddlehub 2.0.4
- paddlenlp 2.5.0
- paddlepaddle-…
-
如题,辛苦解答
-
### 软件环境
```Markdown
- paddlepaddle Version: 2.2.2
- paddlenlp Version: 2.4.2
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
PaddleNLP/pipelines/examples/semanti…
-
### 请提出你的问题
Exception: Failed loading pipeline component 'Retriever': Failed loading pipeline component 'DocumentStore': RequestError(400, 'illegal_argument_exception', 'Mapper for [embedding] con
f…
-
### 请提出你的问题
在执行以下命令时提示连接超时,但是es运行成功的。
# 以DuReader-Robust 数据集为例建立 ANN 索引库
python utils/offline_ann.py --index_name dureader_robust_query_encoder \
--doc_dir data/durea…
-
```python
File "dureader/run_du.py", line 358, in
run(args)
File "dureader/run_du.py", line 231, in run
return_list=True)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/s…
-
### 软件环境
```Markdown
- paddlepaddle:
- paddlepaddle-gpu: 2.4.1.post117
- paddlenlp:
python=3.8
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
按照WINDOWS环境下搭建端到端语…