nameless0704

Results 10 issues of nameless0704

With those .tsf files and .0 .1 files nice and neat, running the bleu perl program called an error: CalledProcessError: Command 'perl C:\Users\myname\DualRL\utils\script\multi-bleu.perl C:\Users\myname\DualRL/references/yelp/reference0.1 C:\Users\myname\DualRL/references/yelp/reference1.1 C:\Users\myname\DualRL/references/yelp/reference2.1 C:\Users\myname\DualRL/references/yelp/reference3.1 < C:/Users/myname/DualRL/tmp/output/yelp_final/0_test.1.tsf' returned...

![1662364731009](https://user-images.githubusercontent.com/42981483/188398587-0e38e3c2-aaa1-45ea-896c-9efeddb1020c.png)

### 🐛 Describe the bug I'm running ./applications/ChatGPT/examples/train_dummy.py but changed backend from "NCCL" to "GLOO"( in ColossalAI initialize.py) and set a bunch of environment variables ``` import os os.environ["PL_TORCH_DISTRIBUTED_BACKEND"] =...

bug

感觉是看到最好的数据集了,但是不知道有没有用起来的大佬

提问时请尽可能提供如下信息: ### 基本信息 - 你使用的**操作系统**: Win10 - 你使用的**Python**版本: 3.7.9 - 你使用的**Tensorflow**版本: 1.14.0 - 你使用的**Keras**版本: 2.3.1 - 你使用的**bert4keras**版本: 0.11.4 - 你使用纯**keras**还是**tf.keras**: 纯keras - 你加载的**预训练模型**: roberta_zh_L-6-H-768_A-12,来自https://github.com/brightmart/roberta_zh ### 核心代码 ```python #使用basic_language_model_gpt2_ml.py原文,仅model的model参数改为‘roberta’ class ArticleCompletion(AutoRegressiveDecoder):...

我不太懂哈,读取的时候是GPT-2的结构,所以是通过加层让参数数量接近GPT-3而称之为GPT-3吗?如果是我理解有问题欢迎纠正。

This code worked perfectly on a single GPU and slightly different tasks/datasets. Thank you very much. But when I tried to transfer it into multi GPU training, it returned an...

**Describe the bug** Different parsing results when processing same input file. **SQL** After activating the virtualenv, run `sqllineage -f filename.sql` `sqllineage -g -f filename.sql` getting two different results. **To Reproduce**...

question