Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stareru authored Apr 30, 2022
1 parent bf4e593 commit 77960fe
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# CSQA_DeBERTaV3
The implementation of DeBERTaV3-based commonsense question answering on CommonsenseQA.

# Configuration
python==3.8.5\
numpy==1.20.1\
torch==1.9.1+cu102\
transformers==4.10.0\
tqdm==4.62.2
# Environment
python=3.8.5\
numpy=1.20.1\
torch=1.9.1+cu102\
transformers=4.10.0\
tqdm=4.62.2

# Citation
The initial DeBERTaV3:\
```bib
@misc{he2021debertav3,
title={DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing},
author={Pengcheng He and Jianfeng Gao and Weizhu Chen},
year={2021},
eprint={2111.09543},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```

0 comments on commit 77960fe

Please sign in to comment.