cuad icon indicating copy to clipboard operation
cuad copied to clipboard

CUAD (NeurIPS 2021)

Results 15 cuad issues
Sort by recently updated
recently updated
newest added

When I run the training script, I ran into an instance of 'std::runtime_error' what(): NCCL Error 1: unhandled cuda error ./run.sh This happens every time in the Evaluation step of...

The "--predict_file ./data/test.json" file is labeled with questions and answers, and it's passed directly into predictions = compute_predictions_logits() for predictions in train.py. If I want to use your model to...

Could you please create Google Colab to Run The Model? Thanks @TheAtticusProject

added missing dependencies

Could you upload the script that was used to generate the train_separate_questions.json and test.json files?

Could you teach me a license of your code and attach license file to your repository? Thank you.

First at all, thanks for this amazing dataset and for the pretrained models. Would it be possible to push your models to the huggingface model's hub https://huggingface.co/models ? I can...

Can you share code to `fine-tune` the `fine-tuned` roberta model? Just a simple example containing one contract with all the required features is enough.

The default split function is better than splitting just on spaces. Consider the following two examples. ``` "The quick brown\n fox".split() ['The', 'quick', 'brown', 'fox'] ``` vs ``` "The quick...

When "Creating features from dataset file at .", this code consumes too much memory (I have a 110G machine). This makes me can not run this code. Is it possible...