Tony Chen
Tony Chen
你好, 我按照官方文档配置vqa的layoutxlm,严格按照readme的步骤进行,然后跑训练的时候就会出现错误,以下是其中一个,另一个错误是数据集corrupt了。 我的环境如下: numpy 1.21.6 pypi_0 pypi opencv-contrib-python 4.4.0.46 pypi_0 pypi opencv-python 4.6.0.66 pypi_0 pypi openpyxl 3.0.10 pypi_0 pypi openssl 1.1.1q h7f8727e_0 opt-einsum 3.3.0 pypi_0 pypi packaging 21.3 pypi_0 pypi...
Hi, I am using LayoutLMv3. I follow the README steps and get following issue: Traceback (most recent call last): File "examples/run_xfund.py", line 10, in from datasets import ClassLabel, load_dataset, load_metric...
Hi, I am confused about the 'value function' in the instructGPT paper. In the paper, it said "As previously mentioned, for all PPO models we use a 6B RM and...
首先恭喜获得best paper!!! 我这面有个疑问,我想试验一下论文中label smooth这块,但是在代码中没有发现有关label smooth的损失修改,另外也没有发现任何关于损失添加margin的代码,请问这块是没有release出来吗?
I train the model without pretrained weights, the final results are as below [according to the paper, ser f1 should be 83.39%, re f1 should be 74.91%]:  However, when...
Centos7环境信息: gcc 6.1.0 cuda 11.7 python 3.9 [i 0523 18:12:43.006756 44 jit_compiler.cc:28] Load cc_path: /home/aaa/anaconda3/envs/jjitor/bin/g++ terminate called after throwing an instance of 'std::runtime_error' what(): [f 0523 18:12:43.149831 44 helper_cuda.h:128] CUDA...
想要运行grpo,根据readme开始执行,下载[qwedsacf/competition_math dataset](https://huggingface.co/datasets/qwedsacf/competition_math)数据集 prepare_prompt_dataset.sh开始就出现错误,然后就运行不下去了。 希望作者可以对readme的可复现方式详细说明一下,谢谢