Doc2EDAG icon indicating copy to clipboard operation
Doc2EDAG copied to clipboard

Results 21 Doc2EDAG issues
Sort by recently updated
recently updated
newest added

I'm interested in how you created the ChFi-nAnn dataset. And I want to know more details about the way you did. And also, when I run bert model, it doesn't...

您好,谢谢您的工作,当我有id为0,1,2,3的4个GPU时,我运行一下代码 CUDA_VISIBLE_DEVICES=0,1,2,3 ./train_multi.sh 4 --task_name [TASK_NAME] --gradient_accumulation_steps 16 却发生一下错误 subprocess.CalledProcessError: Command '['/home/wpy/miniconda3/envs/breakBert/bin/python', '-u', 'run_dee_task.py', '--local_rank=3', '--task_name', '[TASK_NAME]', '--gradient_accumulation_steps', '16']' returned non-zero exit status 1. 请问这是为什么呢

想请问一下最后使用bert和不使用bert,训练时间大概都是多久?

I just trained the model like the way you do, but meet some problems, can you help me ? (base) tantra@server121:~/workspace/lc/Doc2EDAG/Doc2EDAG-master$ CUDA_VISIBLE_DEVICES=0,1,2,3 ./train_multi.sh 4 --task_name TASK1 --gradient_accumulation_steps 16 /home/tantra/anaconda3/lib/python3.8/site-packages/torch/distributed/launch.py:163: DeprecationWarning:...

Hello, I trained the whole code, and the results after processing are all numbers. Is there any way to visualize the results after processing

Hi, thanks for your excellent work! I want to know whether the EDAG module is just suitable for the multi-events, because I found that the entity tags, such as EquityHolder...

代码里似乎是舍弃了位置大于512的token,这也太粗暴了。 还是我看错了,用得其他方法处理?

Hi, I am a student and I don't have access to 8 GPUs to train the model. But I would still like to try the model to see what kind...

Hello, I rewrite the evaluation function, but my results are far from yours. Can you provide a copy of your forecast data results.

你好,data目录下的四种数据集都是什么用途? 每个json文件都是原始数据集文件么?还是经过代码运行后的文件?期待您的回复,感谢!