Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 544 Bytes

Knowledge Grounded Dialogue System Implementation with HuggingFace and PyTorch

My implementation

  • package list

Batch size tip

  • per_device_train_batch_size : 1
  • per_device_eval_batch_size : 1
  • grad_accumulation_steps : 4
  • which is available for 2080ti (nearly 110000MB)