Views
No views yet
bert-causation-rating-dgt model is a fine-tuned biobert-base-cased-v1.2 model on a small set of manually annotated texts with causation labels. This model is tasked with classifying a sentence into different levels of strength of causation expressed in this sentence.
Before tuning on this dataset, the biobert-base-cased-v1.2 model is fine-tuned on a dataset containing causation labels from a published paper. This model starts from pre-trained kelingwang/bert-causation-rating-pubmed. For more information please view the link and my GitHub page.
The sentences in the dataset were rated independently by at least two researchers and any discrepancies were resolved by the two researchers or with a third one.python module if one wants to make predictions.SEED=114514.kelingwang/bert-causation-rating-pubmedseed: 114514batch_size: 128epoch: 6max_length in torch.utils.data.Dataset: 128lr: 6.67197e-05weight_decay: 0.048376warmup_ratio: 0.357855lr_scheduler_type: polynomiallr_scheduler_kwargs: {"power": 1.056534, "lr_end": 1e-8}