Issues
- 0
Namespace(batch_size=4, device='cuda:0', epochs=5, lr=3e-05, tabert_path='/content/drive/MyDrive/StruBERT/tabert_base_k3/model.bin')
#3 opened by jindawei-ict - 1
- 2
pip install "--editable=git+https://github.com/huggingface/transformers.git@372a5c1ceec49b52c503707e9657bfaae7c236a0#egg=pytorch_pretrained_bert" --no-cache-dir
#2 opened by HelloMark97